Skip to content

Commit 0205886

Browse files
chore(release): 1.0.6 [skip ci]
1 parent 483152e commit 0205886

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [1.0.6](https://github.com/rexxars/hyphenate-style-name/compare/v1.0.5...v1.0.6) (2024-05-14)
9+
10+
### Bug Fixes
11+
12+
- **deps:** upgrade eslint dev dependencies ([483152e](https://github.com/rexxars/hyphenate-style-name/commit/483152e663ede287b24b2634e4c7da9c9728046e))
13+
814
## [1.0.5](https://github.com/rexxars/hyphenate-style-name/compare/v1.0.4...v1.0.5) (2024-05-14)
915

1016
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyphenate-style-name",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Hyphenates a camelcased CSS property name",
55
"main": "index.cjs.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)