Skip to content

Commit b4c0826

Browse files
authored
Merge pull request #68 from p-chan/feature/apply-prettier-to-changelog
Apply prettier to changelog
2 parents 1d44ef6 + 4dead7f commit b4c0826

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
@@ -52,5 +52,10 @@
5252
"tsup": "6.2.3",
5353
"typescript": "4.8.4",
5454
"vitest": "0.24.1"
55+
},
56+
"standard-version": {
57+
"scripts": {
58+
"postchangelog": "prettier --write ./CHANGELOG.md"
59+
}
5560
}
5661
}

0 commit comments

Comments
 (0)