Skip to content

Commit 8fecda3

Browse files
chore(master): release 1.2.1 (#58)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf475e9 commit 8fecda3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.2.0"}
1+
{".":"1.2.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/coinjar/bsb/compare/v1.2.0...v1.2.1) (2024-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Update 2024-07-08 ([#57](https://github.com/coinjar/bsb/issues/57)) ([bf475e9](https://github.com/coinjar/bsb/commit/bf475e9bfaaf4d49620e6867dace81cd14136edf))
9+
310
## [1.2.0](https://github.com/coinjar/bsb/compare/v1.1.10...v1.2.0) (2024-06-05)
411

512

lib/bsb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BSB
4-
VERSION = '1.2.0'
4+
VERSION = '1.2.1'
55
end

0 commit comments

Comments
 (0)