Skip to content

Commit 3a73b52

Browse files
committed
Release 7.0.0 version
1 parent 7451546 commit 3a73b52

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,6 +1,10 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

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+
48
## 6.2.0
59
* Added `@starting-style` to bubbling at-rules.
610

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-nested",
3-
"version": "6.2.0",
3+
"version": "7.0.0",
44
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)