Skip to content

Commit 965a55c

Browse files
chore(master): release 1.2.2 (#60)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16082c8 commit 965a55c

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

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.2](https://github.com/coinjar/bsb/compare/v1.2.1...v1.2.2) (2024-09-02)
4+
5+
6+
### Bug Fixes
7+
8+
* Sep 2024 update, FTP updates retired. ([#59](https://github.com/coinjar/bsb/issues/59)) ([16082c8](https://github.com/coinjar/bsb/commit/16082c8a2c9d60f92e3566d29b4dc6c98745e21e))
9+
310
## [1.2.1](https://github.com/coinjar/bsb/compare/v1.2.0...v1.2.1) (2024-07-08)
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.1'
4+
VERSION = '1.2.2'
55
end

0 commit comments

Comments
 (0)