From fba79c6d7fd17b90a8a937a2c7fc953fdccc5b63 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 26 Feb 2018 17:59:52 +0300 Subject: [PATCH 1/2] 0.2.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b538af..626345f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postcss-map-get", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d7ea6f..a2c40d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-map-get", - "version": "0.1.0", + "version": "0.2.0", "description": "PostCSS plugin for sass-like Map Function", "license": "MIT", "repository": "gitscrum/postcss-map-get", From 39ae9605f6254c54b3777171f3b2cbe170056b34 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 26 Feb 2018 18:00:01 +0300 Subject: [PATCH 2/2] build: update changelog --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index e6536d9..c5bfbfa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ + +## 0.2.0 (2018-02-26) + +* 0.2.0 ([fba79c6](https://github.com/gitscrum/postcss-map-get/commit/fba79c6)) +* feat: add support for at rules, close #2 ([d656f6d](https://github.com/gitscrum/postcss-map-get/commit/d656f6d)), closes [#2](https://github.com/gitscrum/postcss-map-get/issues/2) +* test: for #2 ([061864e](https://github.com/gitscrum/postcss-map-get/commit/061864e)), closes [#2](https://github.com/gitscrum/postcss-map-get/issues/2) +* build: update changelog ([5b26591](https://github.com/gitscrum/postcss-map-get/commit/5b26591)) + + + ## 0.1.0 (2018-02-26)