Skip to content

Commit 675bad9

Browse files
committed
Publish 2.1.0
1 parent e020e32 commit 675bad9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.1.0 - 2015-06-04
2+
3+
* \- Fixed: Use PostCSS 4.1 plugin API.
4+
15
# 2.0.1 - 2015-06-03
26

37
* \- Fixed: `(foo, bar)` conversion error exists in the selector(See also [:matches() test](test/fixtures/matches/input.css)).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-custom-selectors",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSS",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)