Skip to content

Commit f76e758

Browse files
chore(master): release 1.2.8 (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9fcb361 commit f76e758

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

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.8](https://github.com/coinjar/bsb/compare/v1.2.7...v1.2.8) (2024-11-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Update BSB Database ([#76](https://github.com/coinjar/bsb/issues/76)) ([9fcb361](https://github.com/coinjar/bsb/commit/9fcb3619e3489e12c5b6336044c5c301ee9a4fc1))
9+
310
## [1.2.7](https://github.com/coinjar/bsb/compare/v1.2.6...v1.2.7) (2024-10-23)
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.7'
4+
VERSION = '1.2.8'
55
end

0 commit comments

Comments
 (0)