Skip to content

Commit 82ff5a0

Browse files
committed
1.6.0
1 parent f72187c commit 82ff5a0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.0 (October 6, 2019)
2+
3+
- Added support for stylelint 11 (#21, thanks to @ntwb)
4+
- Bumped CSSTree to [1.0.0-alpha.34](https://github.com/csstree/csstree/releases/tag/v1.0.0-alpha.34)
5+
16
## 1.5.2 (July 11, 2019)
27

38
- Bumped CSSTree to [1.0.0-alpha.33](https://github.com/csstree/csstree/releases/tag/v1.0.0-alpha.33)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-csstree-validator",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "Stylelint plugin to validate CSS syntax",
55
"homepage": "https://github.com/csstree/validator",
66
"author": "Roman Dvornov <[email protected]>",
@@ -26,7 +26,7 @@
2626
"css-tree": "1.0.0-alpha.34"
2727
},
2828
"peerDependencies": {
29-
"stylelint": "^9.5.0 || ^10.1.0 || ^11.0.0"
29+
"stylelint": ">=7.0.0 <12.0.0"
3030
},
3131
"devDependencies": {
3232
"postcss-less": "^3.1.4",

0 commit comments

Comments
 (0)