Skip to content

Commit 02c18cb

Browse files
chore(master): release 1.2.9 (#79)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 42e2178 commit 02c18cb

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.8"}
1+
{".":"1.2.9"}

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.9](https://github.com/coinjar/bsb/compare/v1.2.8...v1.2.9) (2024-12-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Update BSB Database ([#78](https://github.com/coinjar/bsb/issues/78)) ([42e2178](https://github.com/coinjar/bsb/commit/42e217828f77184fc88382c24fe46723b1d38cc3))
9+
310
## [1.2.8](https://github.com/coinjar/bsb/compare/v1.2.7...v1.2.8) (2024-11-12)
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.8'
4+
VERSION = '1.2.9'
55
end

0 commit comments

Comments
 (0)