Skip to content

Commit 62b1458

Browse files
committed
1.2.1
1 parent 6a78bb1 commit 62b1458

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.1 (November 12, 2017)
2+
3+
- Updated CSSTree to `1.0.0-alpha.26` (improved parsing and bug fixes)
4+
15
## 1.2.0 (September 4, 2017)
26

37
- Bump CSSTree to `1.0.0-alpha21` (improved parsing and updated property grammars)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-csstree-validator",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Stylelint plugin to validate CSS syntax",
55
"homepage": "https://github.com/csstree/validator",
66
"author": "Roman Dvornov <rdvornov@gmail.com>",
@@ -23,7 +23,7 @@
2323
"travis": "npm run test"
2424
},
2525
"dependencies": {
26-
"css-tree": "1.0.0-alpha21",
26+
"css-tree": "1.0.0-alpha.26",
2727
"stylelint": "^7.0.0"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)