Skip to content

Commit 9f75b38

Browse files
committed
Release 7.0.1 version
1 parent 60759a2 commit 9f75b38

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 7.0.1
5+
* Fixed RegExp issue with nested comments (by @Ulyanov-programmer).
6+
47
## 7.0.0
58
* More complex logic of when to move comments (by @Ulyanov-programmer).
69
* Removed Node.js 16, 14, and 12 support.

package.json

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

0 commit comments

Comments
 (0)