# Changelog

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.

### [0.2.1](https://github.com/p-chan/object-to-css-variables/compare/v0.2.0...v0.2.1) (2022-10-11)

### Bug Fixes

- 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)

## [0.2.0](https://github.com/p-chan/object-to-css-variables/compare/v0.1.0...v0.2.0) (2021-10-03)

### Features

- change the key to kebab-case when the key contains camelCase ([93fcbe3](https://github.com/p-chan/object-to-css-variables/commit/93fcbe3690eb942cef5858b4e38997f99723cce6))

## 0.1.0 (2021-10-03)

### Features

- initial commit ([529a27d](https://github.com/p-chan/object-to-css-variables/commit/529a27d33894cbb13ce3fd3f36e9d16db383c266))
