From 6e9ba929b3d5891ce4f70bfb459aa89e434b641e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:22:48 +1100 Subject: [PATCH] chore(master): release 1.2.4 (#67) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/bsb/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9ea2b6..e9c90b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.3"} +{".":"1.2.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a03dd..2fc9d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.4](https://github.com/coinjar/bsb/compare/v1.2.3...v1.2.4) (2024-10-20) + + +### Bug Fixes + +* upgrade release please ([#66](https://github.com/coinjar/bsb/issues/66)) ([4b04ef6](https://github.com/coinjar/bsb/commit/4b04ef638f763c48affc6e61ead0249b2d69085f)) + ## [1.2.3](https://github.com/coinjar/bsb/compare/v1.2.2...v1.2.3) (2024-10-01) diff --git a/lib/bsb/version.rb b/lib/bsb/version.rb index c5cc104..15846b0 100644 --- a/lib/bsb/version.rb +++ b/lib/bsb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BSB - VERSION = '1.2.3' + VERSION = '1.2.4' end