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

Commit fefab08

Browse files
committed
4.0.1
1 parent 20f8897 commit fefab08

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
# 4.0.1 - 2020-12-18
2+
3+
- Fixed: error when attribute selector containing :not ([#17](https://github.com/postcss/postcss-selector-not/pull/17))
4+
15
# 4.0.0 - 2018-09-17
26

37
- Added: compatibility with postcss v7.x
48
- Added: compatibility with node v6.x
59

610
# 3.0.1 - 2017-05-15
711

8-
- Fixed: incorrect export ([#69](https://github.com/postcss/postcss-selector-not/issues/8))
12+
- Fixed: incorrect export ([#8](https://github.com/postcss/postcss-selector-not/issues/8))
913

1014
# 3.0.0 - 2017-05-11
1115

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-selector-not",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
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)