Skip to content

Commit 8dc7825

Browse files
committed
build: update changelog
1 parent bac0c27 commit 8dc7825

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

changelog.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1+
## <small>0.2.6 (2019-11-18)</small>
2+
3+
* feat: support nested and multiple invocation ([bac0c27](https://github.com/Scrum/postcss-map-get/commit/bac0c27)), closes [#13](https://github.com/Scrum/postcss-map-get/issues/13)
4+
* perf: remove babel-plugin-add-module-exports ([bb225c5](https://github.com/Scrum/postcss-map-get/commit/bb225c5))
5+
* test: multi getters property for issue #13 ([0cc4f9c](https://github.com/Scrum/postcss-map-get/commit/0cc4f9c)), closes [#13](https://github.com/Scrum/postcss-map-get/issues/13)
6+
* build: update depDev ([50adaef](https://github.com/Scrum/postcss-map-get/commit/50adaef))
7+
8+
9+
110
## <small>0.2.5 (2019-11-07)</small>
211

12+
* 0.2.4 ([c1c0a42](https://github.com/Scrum/postcss-map-get/commit/c1c0a42))
13+
* 0.2.5 ([67eee03](https://github.com/Scrum/postcss-map-get/commit/67eee03))
14+
* Update readme.md ([564fe94](https://github.com/Scrum/postcss-map-get/commit/564fe94))
315
* build: drop support old node ([ab40c9f](https://github.com/Scrum/postcss-map-get/commit/ab40c9f))
416
* build: move config to file and update build scripts ([e5a537a](https://github.com/Scrum/postcss-map-get/commit/e5a537a))
17+
* build: update changelog ([158bdf9](https://github.com/Scrum/postcss-map-get/commit/158bdf9))
518
* build: update changelog ([cfd5d0d](https://github.com/Scrum/postcss-map-get/commit/cfd5d0d))
619
* build: update depDev ([8a1d5f7](https://github.com/Scrum/postcss-map-get/commit/8a1d5f7))
7-
* 0.2.4 ([c1c0a42](https://github.com/Scrum/postcss-map-get/commit/c1c0a42))
8-
* Update readme.md ([564fe94](https://github.com/Scrum/postcss-map-get/commit/564fe94))
920
* style: remove comment and fix indent ([3f48cc2](https://github.com/Scrum/postcss-map-get/commit/3f48cc2))
1021
* test: fix double name for test ([cf59b66](https://github.com/Scrum/postcss-map-get/commit/cf59b66))
1122
* ci: drop old node version ([14d819d](https://github.com/Scrum/postcss-map-get/commit/14d819d))

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.5",
3+
"version": "0.2.6",
44
"description": "PostCSS plugin for sass-like Map Function",
55
"license": "MIT",
66
"repository": "Scrum/postcss-map-get",

0 commit comments

Comments
 (0)