diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3d04d..c996df6 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.0.1] - 2023-06-03 + ### Fixed - **reset:** replace `border: 0` with `border-width: 0` for compatibility with base styles @@ -75,7 +77,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.0.0...HEAD +[unreleased]: https://github.com/kripod/css-homogenizer/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/kripod/css-homogenizer/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/kripod/css-homogenizer/compare/v2.1.0...v3.0.0 [2.1.0]: https://github.com/kripod/css-homogenizer/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/kripod/css-homogenizer/compare/v2.0.0...v2.0.1 diff --git a/package.json b/package.json index 0bff3ac..415c674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-homogenizer", - "version": "3.0.0", + "version": "3.0.1", "description": "Base CSS encouraging proper HTML semantics and the use of custom design tokens", "keywords": [ "css",