From cd58cae40abd4ddf72a824efda8fdac57d18cf7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 07:18:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20bump=20changed=20packages=20vers?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/changeset-1.md | 7 ------- packages/commithelper-go/CHANGELOG.md | 8 ++++++++ packages/commithelper-go/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/changeset-1.md 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"