diff --git a/.changeset/changeset-1.md b/.changeset/changeset-1.md deleted file mode 100644 index 43a2eb4..0000000 --- a/.changeset/changeset-1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@naverpay/commithelper-go": patch ---- - -Modify Config struct to include Protect field and add branch protection check - -PR: [Modify Config struct to include Protect field and add branch protection check](https://github.com/NaverPayDev/cli/pull/44) \ No newline at end of file diff --git a/packages/commithelper-go/CHANGELOG.md b/packages/commithelper-go/CHANGELOG.md index 584ce66..a101a77 100644 --- a/packages/commithelper-go/CHANGELOG.md +++ b/packages/commithelper-go/CHANGELOG.md @@ -1,5 +1,13 @@ # @naverpay/commithelper-go +## 1.0.1 + +### Patch Changes + +- e5688ab: Modify Config struct to include Protect field and add branch protection check + + PR: [Modify Config struct to include Protect field and add branch protection check](https://github.com/NaverPayDev/cli/pull/44) + ## 1.0.0 ### Major Changes diff --git a/packages/commithelper-go/package.json b/packages/commithelper-go/package.json index c80edf7..e135445 100644 --- a/packages/commithelper-go/package.json +++ b/packages/commithelper-go/package.json @@ -1,6 +1,6 @@ { "name": "@naverpay/commithelper-go", - "version": "1.0.0", + "version": "1.0.1", "description": "A CLI tool to assist with commit messages based on branch names and configuration.", "bin": { "commithelper-go": "bin/cli.js"