Skip to content

Commit 699a57c

Browse files
committed
chore: release v2.0.1
1 parent 8dbf13b commit 699a57c

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+
## [2.0.1] - 2023-05-27
11+
1012
### Changed
1113

1214
- **reset:** apply `::placeholder` styles only on `input` and `textarea`
@@ -43,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4345
- **reset:** initial release
4446
- **base:** initial release
4547

46-
[unreleased]: https://github.com/kripod/css-homogenizer/compare/v2.0.0...HEAD
48+
[unreleased]: https://github.com/kripod/css-homogenizer/compare/v2.0.1...HEAD
49+
[2.0.1]: https://github.com/kripod/css-homogenizer/compare/v2.0.0...v2.0.1
4750
[2.0.0]: https://github.com/kripod/css-homogenizer/compare/v1.1.0...v2.0.0
4851
[1.1.0]: https://github.com/kripod/css-homogenizer/compare/v1.0.0...v1.1.0
4952
[1.0.0]: https://github.com/kripod/css-homogenizer/releases/tag/v1.0.0

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Base CSS encouraging proper HTML semantics and the use of custom design tokens",
55
"keywords": [
66
"reset",

0 commit comments

Comments
 (0)