Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed May 2, 2021
1 parent efc8b3d commit 69da21c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changes to PostCSS Nesting

### 8.0.1 (May 1, 2021)

- Fixed: Compatibility issue with CommonJS.

### 8.0.0 (April 26, 2021)

- Updated: Support for PostCSS 8+.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "postcss-nesting",
"description": "Nest rules inside each other in CSS",
"license": "CC0-1.0",
"version": "8.0.0",
"version": "8.0.1",
"type": "module",
"main": "postcss-8-nesting/postcss-nesting.cjs",
"module": "postcss-8-nesting/postcss-nesting.mjs",
Expand Down

0 comments on commit 69da21c

Please sign in to comment.