Skip to content

Commit 795b5ba

Browse files
committed
chore: release v3.0.1
1 parent 73aa8b7 commit 795b5ba

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.0.1] - 2023-06-03
11+
1012
### Fixed
1113

1214
- **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
7577
- **reset:** initial release
7678
- **base:** initial release
7779

78-
[unreleased]: https://github.com/kripod/css-homogenizer/compare/v3.0.0...HEAD
80+
[unreleased]: https://github.com/kripod/css-homogenizer/compare/v3.0.1...HEAD
81+
[3.0.1]: https://github.com/kripod/css-homogenizer/compare/v3.0.0...v3.0.1
7982
[3.0.0]: https://github.com/kripod/css-homogenizer/compare/v2.1.0...v3.0.0
8083
[2.1.0]: https://github.com/kripod/css-homogenizer/compare/v2.0.1...v2.1.0
8184
[2.0.1]: https://github.com/kripod/css-homogenizer/compare/v2.0.0...v2.0.1

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.0.0",
3+
"version": "3.0.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)