Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit d25312f

Browse files
committed
5.0.0
1 parent e439a3d commit d25312f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 5.0.0 - 2021-01-31
2+
3+
- Added: Support for PostCSS v8.
4+
5+
16
# 4.0.1 - 2020-12-18
27

38
- Fixed: error when attribute selector containing :not ([#17](https://github.com/postcss/postcss-selector-not/pull/17))

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-not",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)