Skip to content

Commit 341fc04

Browse files
committed
0.2.1
1 parent 045802c commit 341fc04

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
## <small>0.2.1 (2020-11-30)</small>
2+
3+
* build: update dep dev ([045802c](https://github.com/scrum/postcss-at-rules-variables/commit/045802c))
4+
* 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)
5+
6+
7+
18
## 0.2.0 (2020-11-11)
29

10+
* 0.2.0 ([af43dbc](https://github.com/scrum/postcss-at-rules-variables/commit/af43dbc))
311
* style: after lint ([cb5ee2e](https://github.com/scrum/postcss-at-rules-variables/commit/cb5ee2e))
412
* build: add clean publish ([e84c465](https://github.com/scrum/postcss-at-rules-variables/commit/e84c465))
513
* build: drop support old nodejs ([01ca621](https://github.com/scrum/postcss-at-rules-variables/commit/01ca621))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-at-rules-variables",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
55
"license": "MIT",
66
"repository": "scrum/postcss-at-rules-variables",

0 commit comments

Comments
 (0)