From a8d79522275e2e70115c7cdec83a2e04604212ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:49:39 +1100 Subject: [PATCH] chore(master): release 1.2.6 (#72) 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 9dff0c8..aaa397c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.5"} +{".":"1.2.6"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e525f3b..91aad7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.6](https://github.com/coinjar/bsb/compare/v1.2.5...v1.2.6) (2024-10-23) + + +### Bug Fixes + +* move publish action file location ([#71](https://github.com/coinjar/bsb/issues/71)) ([35d4985](https://github.com/coinjar/bsb/commit/35d49858bd983e52ff61b73ff113de0e9deaf1b1)) + ## [1.2.5](https://github.com/coinjar/bsb/compare/v1.2.4...v1.2.5) (2024-10-22) diff --git a/lib/bsb/version.rb b/lib/bsb/version.rb index 92c1e8e..183e2d2 100644 --- a/lib/bsb/version.rb +++ b/lib/bsb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BSB - VERSION = '1.2.5' + VERSION = '1.2.6' end