Skip to content

Commit 1682f72

Browse files
chore(release): 6.0.3
1 parent c716dc1 commit 1682f72

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 6.0.3
2+
3+
- Fixed: replace node built-in "util" module with "util-deprecate"
4+
- Fixed: handle uppercase pseudo elements
5+
- Fixed: do not create invalid combinator before comment
6+
17
# 6.0.2
28

39
- Fixed an issue with parsing and stringifying an empty attribute value

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-selector-parser",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"devDependencies": {
55
"@babel/cli": "^7.2.3",
66
"@babel/core": "^7.3.4",

0 commit comments

Comments
 (0)