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

Commit 9862be0

Browse files
committed
6.0.0
1 parent a816049 commit 9862be0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes to PostCSS Custom Selectors
22

3+
### 6.0.0 (January 12, 2021)
4+
5+
- Added: Support for PostCSS v8
6+
- Added: Support for Node v10+
7+
- Fixed: importing from multiple sources ([#42](https://github.com/postcss/postcss-custom-selectors/pull/42))
8+
39
### 5.1.2 (September 20, 2018)
410

511
- Fixed: Do not break on an empty `importFrom` object

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-custom-selectors",
3-
"version": "5.1.2",
3+
"version": "6.0.0",
44
"description": "Use Custom Selectors in CSS",
55
"author": "Jonathan Neal <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)