diff --git a/.changeset/proud-rivers-pull.md b/.changeset/proud-rivers-pull.md deleted file mode 100644 index ee69eb6..0000000 --- a/.changeset/proud-rivers-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@agaroot/renovate-config": patch ---- - -Add a semantic commit message setting diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b9c41..4e4d2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @agaroot/renovate-config +## 1.0.1 + +### Patch Changes + +- [#110](https://github.com/agaroot-technologies/renovate-config/pull/110) [`9f22561`](https://github.com/agaroot-technologies/renovate-config/commit/9f22561d650a81ba578f9a4b6382cbc7e4243a79) Thanks [@Karibash](https://github.com/Karibash)! - Add a semantic commit message setting + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 500ee29..bf947a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agaroot/renovate-config", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "Renovate config for AGAROOT", "homepage": "https://github.com/agaroot-technologies/renovate-config",