From c977a42286712e05778a229a370f62a96ac7dc77 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 26 Feb 2018 16:41:52 +0300 Subject: [PATCH 1/2] 0.1.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 73d6ded..4b538af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postcss-map-get", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c3d62a3..8d7ea6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-map-get", - "version": "0.0.1", + "version": "0.1.0", "description": "PostCSS plugin for sass-like Map Function", "license": "MIT", "repository": "gitscrum/postcss-map-get", From 5b265910bcc78ef4d84e19ea971d9cc16ded8280 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 26 Feb 2018 16:42:50 +0300 Subject: [PATCH 2/2] build: update changelog --- changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..e6536d9 --- /dev/null +++ b/changelog.md @@ -0,0 +1,14 @@ + +## 0.1.0 (2018-02-26) + +* 0.1.0 ([c977a42](https://github.com/gitscrum/postcss-map-get/commit/c977a42)) +* build: dot config ([25ec7af](https://github.com/gitscrum/postcss-map-get/commit/25ec7af)) +* build: init ([7d357d9](https://github.com/gitscrum/postcss-map-get/commit/7d357d9)) +* build: license ([bc6cb1a](https://github.com/gitscrum/postcss-map-get/commit/bc6cb1a)) +* feat: mag-get ([9ebf368](https://github.com/gitscrum/postcss-map-get/commit/9ebf368)) +* test: for map get ([e47d15e](https://github.com/gitscrum/postcss-map-get/commit/e47d15e)) +* ci: config for travis ([c7b6f6f](https://github.com/gitscrum/postcss-map-get/commit/c7b6f6f)) +* docs: add readme ([09d7ff0](https://github.com/gitscrum/postcss-map-get/commit/09d7ff0)) + + +