Skip to content

Commit f4cd195

Browse files
committed
Release v0.2.2
1 parent 59a0984 commit f4cd195

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.2
2+
3+
* Fix hsl regexp
4+
* Add tests for color types
5+
16
## v0.2.1
27

38
* Fix case with default value in css variable

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.2.1",
3+
"version": "0.2.2",
44
"description": "PostCSS plugin to extract values from css properties and put them into variables.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)