Skip to content

Commit

Permalink
chore(master): release 1.1.5 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 2, 2024
1 parent 5cd847f commit 06a3fee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.1.4"}
{".":"1.1.5"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.5](https://github.com/coinjar/bsb/compare/v1.1.4...v1.1.5) (2024-01-02)


### Bug Fixes

* 2024-01-02 periodic update of config/*.json database files. ([#41](https://github.com/coinjar/bsb/issues/41)) ([5cd847f](https://github.com/coinjar/bsb/commit/5cd847f03812bbf4293b482c466b2c40e72188da))
* skip missing files instead of failing ([#39](https://github.com/coinjar/bsb/issues/39)) ([95f340f](https://github.com/coinjar/bsb/commit/95f340f1396c62a304ce6bde4edad28263ee45e9))

## [1.1.4](https://github.com/coinjar/bsb/compare/v1.1.3...v1.1.4) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion lib/bsb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BSB
VERSION = '1.1.4'
VERSION = '1.1.5'
end

0 comments on commit 06a3fee

Please sign in to comment.