From bed7d2664bd97d9384e8f9cdb2f7dc85eba8142c Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Thu, 6 Oct 2022 19:16:45 +0200 Subject: [PATCH] Release 6.0 version --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb83431..2f0f052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -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. diff --git a/package.json b/package.json index d5d54e9..92c31e9 100644 --- a/package.json +++ b/package.json @@ -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",