Skip to content

Commit

Permalink
chore(release): 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Sep 21, 2020
1 parent c716dc1 commit 1682f72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 6.0.3

- Fixed: replace node built-in "util" module with "util-deprecate"
- Fixed: handle uppercase pseudo elements
- Fixed: do not create invalid combinator before comment

# 6.0.2

- Fixed an issue with parsing and stringifying an empty attribute value
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
@@ -1,6 +1,6 @@
{
"name": "postcss-selector-parser",
"version": "6.0.2",
"version": "6.0.3",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
Expand Down

0 comments on commit 1682f72

Please sign in to comment.