Skip to content

Commit

Permalink
5.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Oct 24, 2018
1 parent 23d702b commit c6e79b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# 5.0.0-rc.4

- Fixed and issue where comments immediately after an insensitive
(in attribute) were not parsed correctly.
- Updated `cssesc` to 2.0.0 (major).
- Removed outdated integration tests.
- Added tests for custom selectors, tags with attributes, the universal
selector with pseudos, and tokens after combinators.

# 5.0.0-rc.1

To ease adoption of the v5.0 release, we have relaxed the node version
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
@@ -1,6 +1,6 @@
{
"name": "postcss-selector-parser",
"version": "5.0.0-rc.3",
"version": "5.0.0-rc.4",
"devDependencies": {
"ava": "^0.25.0",
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit c6e79b4

Please sign in to comment.