We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7451546 commit 3a73b52Copy full SHA for 3a73b52
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.0.0
5
+* More complex logic of when to move comments (by @Ulyanov-programmer).
6
+* Removed Node.js 16, 14, and 12 support.
7
+
8
## 6.2.0
9
* Added `@starting-style` to bubbling at-rules.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "6.2.0",
+ "version": "7.0.0",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments