Skip to content

Commit 91ca2d3

Browse files
committed
build: update changelog
1 parent bcfc486 commit 91ca2d3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
## <small>0.2.8 (2019-11-25)</small>
2+
3+
* fix: reinstall babel-plugin-add-module-exports fix #18 ([bcfc486](https://github.com/Scrum/postcss-map-get/commit/bcfc486)), closes [#18](https://github.com/Scrum/postcss-map-get/issues/18)
4+
5+
6+
17
## <small>0.2.7 (2019-11-25)</small>
28

9+
* 0.2.7 ([a1945e8](https://github.com/Scrum/postcss-map-get/commit/a1945e8))
10+
* build: update changelog ([12755ca](https://github.com/Scrum/postcss-map-get/commit/12755ca))
311
* perf: do not parse all map string if a key match ([f149f2b](https://github.com/Scrum/postcss-map-get/commit/f149f2b))
412
* feat: throw an error if key is not defined ([d74b0a5](https://github.com/Scrum/postcss-map-get/commit/d74b0a5))
513
* fix: add error for not closed parenthesis in parse-parenthesis-content ([c75b461](https://github.com/Scrum/postcss-map-get/commit/c75b461))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-map-get",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "PostCSS plugin for sass-like Map Function",
55
"license": "MIT",
66
"repository": "Scrum/postcss-map-get",

0 commit comments

Comments
 (0)