From 00c4b7df25955c9af8327f8f4be3879984bd6c8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 3 Feb 2024 04:40:40 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.ts b/version.ts index 4cae557..5090edb 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const VERSION = "0.5.0"; +export const VERSION = "0.5.1"; From 11ab327aab3b682ec18a698b5f9bd2b0756a6d96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 3 Feb 2024 04:40:40 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5004dde..fe0d684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.5.1](https://github.com/ytkg/commit-genius/compare/v0.5.0...v0.5.1) - 2024-02-03 +- Add debug option by @ytkg in https://github.com/ytkg/commit-genius/pull/24 +- Create dependabot.yml by @ytkg in https://github.com/ytkg/commit-genius/pull/26 +- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/ytkg/commit-genius/pull/27 + ## [v0.5.0](https://github.com/ytkg/commit-genius/compare/v0.4.1...v0.5.0) - 2023-06-03 - Include upgrade and uninstall options in installation instructions by @ytkg in https://github.com/ytkg/commit-genius/pull/20 - Add config command by @ytkg in https://github.com/ytkg/commit-genius/pull/22