diff --git a/changelog.md b/changelog.md index 8b5222a..60252b5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ +## 0.2.1 (2020-11-30) + +* build: update dep dev ([045802c](https://github.com/scrum/postcss-at-rules-variables/commit/045802c)) +* fix: require is undefined, close #205 ([bdc8b2f](https://github.com/scrum/postcss-at-rules-variables/commit/bdc8b2f)), closes [#205](https://github.com/scrum/postcss-at-rules-variables/issues/205) + + + ## 0.2.0 (2020-11-11) +* 0.2.0 ([af43dbc](https://github.com/scrum/postcss-at-rules-variables/commit/af43dbc)) * style: after lint ([cb5ee2e](https://github.com/scrum/postcss-at-rules-variables/commit/cb5ee2e)) * build: add clean publish ([e84c465](https://github.com/scrum/postcss-at-rules-variables/commit/e84c465)) * build: drop support old nodejs ([01ca621](https://github.com/scrum/postcss-at-rules-variables/commit/01ca621)) diff --git a/package-lock.json b/package-lock.json index 8f0f776..2b5f8b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "postcss-at-rules-variables", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "devDependencies": { "@babel/cli": "^7.12.8", diff --git a/package.json b/package.json index 9c60306..28ad8a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-at-rules-variables", - "version": "0.2.0", + "version": "0.2.1", "description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ", "license": "MIT", "repository": "scrum/postcss-at-rules-variables",