Skip to content

Commit

Permalink
Release 6.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 6, 2022
1 parent 6c37bc9 commit bed7d26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.0
* Added `@layer` to bubbling at-rules (by Már Örlygsson).
* Added moving all preceding comments with rule (by Már Örlygsson).
* Added `with` & `without` parameters on `@at-root` (by Már Örlygsson).
* Added `rootRuleName` option (by Már Örlygsson).
* Fixed handling sibling `@at-root` rule blocks (by Már Örlygsson).

## 5.0.6
* Fixed custom at-rules nesting (by @bsak-shell).

Expand All @@ -12,7 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Fixed docs (by Samuel Charpentier).

## 5.0.3
* Fixed compability with Autoprefixer by adding `@-webkit-keyframes` support.
* Fixed compatibility with Autoprefixer by adding `@-webkit-keyframes` support.

## 5.0.2
* Fixed compatibility with `postcss-mixins` by moving to visitor API.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
"version": "5.0.6",
"version": "6.0.0",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
Expand Down

0 comments on commit bed7d26

Please sign in to comment.