Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 5, 2024
1 parent ddc802d commit 3abfc92
Show file tree
Hide file tree
Showing 3 changed files with 11 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,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.1.1](https://github.com/somleng/rate_center/compare/v0.1.0...v0.1.1) (2024-10-05)


### Bug Fixes

* Test release ([#7](https://github.com/somleng/rate_center/issues/7)) ([ddc802d](https://github.com/somleng/rate_center/commit/ddc802d9bb2e3b5c3d4ce69774ec34d850837474))
* test release 2 ([#3](https://github.com/somleng/rate_center/issues/3)) ([4ca433a](https://github.com/somleng/rate_center/commit/4ca433a4ddeb936899969e2ac146a200ca3cef5b))
2 changes: 1 addition & 1 deletion lib/rate_center/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RateCenter
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 3abfc92

Please sign in to comment.