Skip to content

Commit db9c614

Browse files
committed
Release 7.0.2 version
1 parent 64ff5c5 commit db9c614

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.2
5+
* Fixed nested selector regression (by @Ulyanov-programmer).
6+
47
## 7.0.1
58
* Fixed RegExp issue with nested comments (by @Ulyanov-programmer).
69

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.1",
3+
"version": "7.0.2",
44
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)