diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5e5a8..01b8932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] - 2023-06-05 + ### Added - **reset-scoped:** ship CommonJS modules alongside ESM @@ -97,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **reset:** initial release - **base:** initial release -[unreleased]: https://github.com/kripod/css-homogenizer/compare/v3.1.0...HEAD +[unreleased]: https://github.com/kripod/css-homogenizer/compare/v3.2.0...HEAD +[3.2.0]: https://github.com/kripod/css-homogenizer/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/kripod/css-homogenizer/compare/v3.0.2...v3.1.0 [3.0.2]: https://github.com/kripod/css-homogenizer/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/kripod/css-homogenizer/compare/v3.0.0...v3.0.1 diff --git a/package.json b/package.json index 873b4e9..81f5db0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-homogenizer", - "version": "3.1.0", + "version": "3.2.0", "description": "Base CSS encouraging proper HTML semantics and the use of custom design tokens", "keywords": [ "css",