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)) + + + 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",