From ff54b31113f78b8ed22847d081b876de54e9e845 Mon Sep 17 00:00:00 2001 From: P-Chan Date: Tue, 11 Oct 2022 20:11:08 +0900 Subject: [PATCH 1/2] chore: add postchangelog script --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index ced65a1..fde7d86 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,10 @@ "tsup": "6.2.3", "typescript": "4.8.4", "vitest": "0.24.1" + }, + "standard-version": { + "scripts": { + "postchangelog": "prettier --write ./CHANGELOG.md" + } } } From 4dead7fb11b17ffe5f6c585723c0930efcad891b Mon Sep 17 00:00:00 2001 From: P-Chan Date: Tue, 11 Oct 2022 20:11:32 +0900 Subject: [PATCH 2/2] style: apply prettier to changelog --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7761f9..c6e6e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,12 @@ All notable changes to this project will be documented in this file. See [standa ## [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)) +- 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)) +- initial commit ([529a27d](https://github.com/p-chan/object-to-css-variables/commit/529a27d33894cbb13ce3fd3f36e9d16db383c266))