Skip to content

Commit 57bf1d1

Browse files
chore(release): 1.1.0 [skip ci]
1 parent aadb4a9 commit 57bf1d1

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
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.1.0](https://github.com/rexxars/hyphenate-style-name/compare/v1.0.6...v1.1.0) (2024-06-17)
9+
10+
### Features
11+
12+
- support typescript definitions out of the box ([#17](https://github.com/rexxars/hyphenate-style-name/issues/17)) ([70cd004](https://github.com/rexxars/hyphenate-style-name/commit/70cd004319dd008debe80b6c9db373075f28db30))
13+
14+
### Bug Fixes
15+
16+
- bump braces from 3.0.2 to 3.0.3 ([#18](https://github.com/rexxars/hyphenate-style-name/issues/18)) ([aadb4a9](https://github.com/rexxars/hyphenate-style-name/commit/aadb4a935552050327382d685fade82a0fb6a5b1))
17+
818
## [1.0.6](https://github.com/rexxars/hyphenate-style-name/compare/v1.0.5...v1.0.6) (2024-05-14)
919

1020
### 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.6",
3+
"version": "1.1.0",
44
"description": "Hyphenates a camelcased CSS property name",
55
"main": "index.cjs.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)