We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1716ab commit 82e5cf2Copy full SHA for 82e5cf2
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.0.1
5
+* Fixed PostCSS 8.1 compatibility.
6
+* Added funding links.
7
+
8
## 5.0
9
* Moved to PostCSS 8.
10
* Moved `postcss` to `peerDependencies`.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments