Skip to content

Commit 5c20747

Browse files
chore(master): release 1.1.3 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8aad693 commit 5c20747

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

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.1.3](https://github.com/coinjar/bsb/compare/v1.1.2...v1.1.3) (2023-07-07)
4+
5+
6+
### Bug Fixes
7+
8+
* 2023-07-01 periodic update of config/*.json database files. ([#34](https://github.com/coinjar/bsb/issues/34)) ([8aad693](https://github.com/coinjar/bsb/commit/8aad6938d6c20274c9a10f55cace9add80c4e992))
9+
310
## [1.1.2](https://github.com/coinjar/bsb/compare/v1.1.1...v1.1.2) (2023-04-30)
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.1.2'.freeze
4+
VERSION = '1.1.3'.freeze
55
end

0 commit comments

Comments
 (0)