Skip to content

Commit aa01256

Browse files
committed
chore: release v3.0.2
1 parent 8260695 commit aa01256

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

1214
- **base:** respect `hidden` attribute of embedded content elements (`img`, `iframe`, `embed`, `object`, `video`, `audio`, `svg`) and `canvas`
@@ -81,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8183
- **reset:** initial release
8284
- **base:** initial release
8385

84-
[unreleased]: https://github.com/kripod/css-homogenizer/compare/v3.0.1...HEAD
86+
[unreleased]: https://github.com/kripod/css-homogenizer/compare/v3.0.2...HEAD
87+
[3.0.2]: https://github.com/kripod/css-homogenizer/compare/v3.0.1...v3.0.2
8588
[3.0.1]: https://github.com/kripod/css-homogenizer/compare/v3.0.0...v3.0.1
8689
[3.0.0]: https://github.com/kripod/css-homogenizer/compare/v2.1.0...v3.0.0
8790
[2.1.0]: https://github.com/kripod/css-homogenizer/compare/v2.0.1...v2.1.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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Base CSS encouraging proper HTML semantics and the use of custom design tokens",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)