Skip to content

Commit

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

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


### Bug Fixes

* Gemspec ([#9](https://github.com/somleng/rate_center/issues/9)) ([9f3a313](https://github.com/somleng/rate_center/commit/9f3a3138f005523c48b98ec64c827f73f67e25d1))

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


Expand Down
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.1"
VERSION = "0.1.2"
end

0 comments on commit d0b4c6e

Please sign in to comment.