Skip to content

Commit 9542e0c

Browse files
committed
Release v0.5.1
1 parent 6cf6825 commit 9542e0c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.5.1
2+
3+
* Replace AVA to Jest
4+
* Add support PostCSS 6.0
5+
6+
## v0.5.0
7+
8+
* Refactoring variable templating
9+
* Add support keyword [selectorName] for template
10+
111
## v0.4.0
212

313
* Add support less and sass syntax for variables

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-extract-value",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "PostCSS plugin to extract values from css properties and put them into variables.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)