Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Nov 30, 2020
1 parent 045802c commit 341fc04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## <small>0.2.1 (2020-11-30)</small>

* 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))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 341fc04

Please sign in to comment.