Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 18, 2020
1 parent 5674004 commit 3ec2b61
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 1.1.0 (November 18, 2020)

- Bumped csstree-validator version to 2.0.0 (css-tree 1.1.1)
- Added validation for at-rules: prelude and descriptors

## 1.0.0 (October 27, 2020)

- Bumped csstree-validator version to 1.6.0 (usees css-tree 1.0)
- Bumped csstree-validator version to 1.6.0 (css-tree 1.0)

## 0.8.0 (October 23, 2019)

Expand Down Expand Up @@ -63,4 +68,4 @@

## 0.0.0 (September 18, 2016)

- Initial release - base validation with csstree-validator 1.0.1
- Initial release - base validation with csstree-validator 1.0.1
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 Sergey Melyukov
Copyright (c) 2016-2020 Sergey Melyukov

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-csstree",
"displayName": "CSSTree validator",
"description": "Validate CSS according to W3C specs and browser implementations",
"version": "1.0.0",
"version": "1.1.0",
"keywords": [
"css",
"csstree",
Expand Down

0 comments on commit 3ec2b61

Please sign in to comment.