diff --git a/changelog.md b/changelog.md index e9be92b..6f01547 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and follows [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [7.2.0] - 2024-03-25 +### Added +- New properties related to: offset, transition and text wrapping. +### Fixed +- Gap properties `column-gap` and `row-gap` moving unsafely. + ## [7.1.1] - 2023-10-01 ### Fixed - Regression with TypeScript types resolution for CommonJS. @@ -171,6 +177,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ### Changed - Put declarations before nested declarations. +[7.2.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.1.1...v7.2.0 [7.1.1]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.1.0...v7.1.1 [7.1.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.0.3...v7.1.0 [7.0.3]: https://github.com/Siilwyn/css-declaration-sorter/compare/v7.0.2...v7.0.3 diff --git a/package-lock.json b/package-lock.json index d7b07cd..a4b29c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "css-declaration-sorter", - "version": "7.1.1", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "css-declaration-sorter", - "version": "7.1.1", + "version": "7.2.0", "license": "ISC", "devDependencies": { "@mdn/browser-compat-data": "^5.5.14", diff --git a/package.json b/package.json index de01163..f6fd1a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-declaration-sorter", - "version": "7.1.1", + "version": "7.2.0", "description": "Sorts CSS declarations fast and automatically in a certain order.", "type": "module", "exports": {