Skip to content

Commit 1ddef30

Browse files
committed
Merge branch 'master' into feature/add-format-check-script
2 parents 608d8b4 + b4c0826 commit 1ddef30

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ All notable changes to this project will be documented in this file. See [standa
44

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

7-
87
### Features
98

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

1211
## 0.1.0 (2021-10-03)
1312

14-
1513
### Features
1614

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

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,10 @@
5454
"tsup": "6.2.3",
5555
"typescript": "4.8.4",
5656
"vitest": "0.24.1"
57+
},
58+
"standard-version": {
59+
"scripts": {
60+
"postchangelog": "prettier --write ./CHANGELOG.md"
61+
}
5762
}
5863
}

0 commit comments

Comments
 (0)