Skip to content

Commit b114621

Browse files
committed
Release v0.3.0
1 parent a1d638f commit b114621

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0 (September 14, 2017)
2+
3+
- Bumped csstree-validator version to 1.2.0 (supports tolerance parsing mode)
4+
15
## 0.2.0 (July 26, 2017)
26

37
- Pinned css-tree version to 1.0.0-alpha19

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-csstree",
33
"displayName": "CSSTree validator",
44
"description": "Validate CSS according to W3C specs and browser implementations",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"keywords": [
77
"css",
88
"csstree",
@@ -56,8 +56,7 @@
5656
"vscode": "^1.0.0"
5757
},
5858
"dependencies": {
59-
"csstree-validator": "1.0.8",
60-
"css-tree": "1.0.0-alpha19",
59+
"csstree-validator": "1.2.0",
6160
"vscode-languageclient": "~2.6.0",
6261
"vscode-languageserver": "~2.6.0"
6362
}

0 commit comments

Comments
 (0)