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

Commit dbfa0b3

Browse files
committed
4.0.0
1 parent fb5c007 commit dbfa0b3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.0.0 - 2017-05-12
2+
3+
- Added: compatibility with postcss v6.x
4+
15
# 3.0.0 - 2015-08-25
26

37
- Removed: compatibility with postcss v4.x

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 PostCSS
3+
Copyright (c) 2017 PostCSS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

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

0 commit comments

Comments
 (0)