Skip to content

Commit 8e987ad

Browse files
committed
chore: release v0.2.1
1 parent 341ced2 commit 8e987ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.1](https://github.com/p-chan/object-to-css-variables/compare/v0.2.0...v0.2.1) (2022-10-11)
6+
7+
### Bug Fixes
8+
9+
- fix leaf object key is not converted to kebab-case ([148b717](https://github.com/p-chan/object-to-css-variables/commit/148b71758e693d216e91d93884b61b6570d8afb5)), closes [#66](https://github.com/p-chan/object-to-css-variables/issues/66)
10+
511
## [0.2.0](https://github.com/p-chan/object-to-css-variables/compare/v0.1.0...v0.2.0) (2021-10-03)
612

713
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "object-to-css-variables",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A library to convert JavaScript Object to CSS Variables",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)