Skip to content

Commit c9f1f53

Browse files
committed
chore: release v3.2.1
1 parent 3ff2eb0 commit c9f1f53

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.1] - 2023-06-05
11+
1012
### Fixed
1113

1214
- **reset-scoped:** compatibility with legacy module resolution strategies
@@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103105
- **reset:** initial release
104106
- **base:** initial release
105107

106-
[unreleased]: https://github.com/kripod/css-homogenizer/compare/v3.2.0...HEAD
108+
[unreleased]: https://github.com/kripod/css-homogenizer/compare/v3.2.1...HEAD
109+
[3.2.1]: https://github.com/kripod/css-homogenizer/compare/v3.2.0...v3.2.1
107110
[3.2.0]: https://github.com/kripod/css-homogenizer/compare/v3.1.0...v3.2.0
108111
[3.1.0]: https://github.com/kripod/css-homogenizer/compare/v3.0.2...v3.1.0
109112
[3.0.2]: https://github.com/kripod/css-homogenizer/compare/v3.0.1...v3.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-homogenizer",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Base CSS encouraging proper HTML semantics and the use of custom design tokens",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)