Skip to content

Commit

Permalink
chore(main): release 0.1.4 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Oct 8, 2024
1 parent 68b9746 commit 5d5bd05
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.3"
".": "0.1.4"
}
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.4](https://github.com/somleng/rate_center/compare/v0.1.3...v0.1.4) (2024-10-08)


### Bug Fixes

* Capitalize rate center names ([#14](https://github.com/somleng/rate_center/issues/14)) ([68b9746](https://github.com/somleng/rate_center/commit/68b97465808069dbc3a09e66e0d8eeec83149a57))

## [0.1.3](https://github.com/somleng/rate_center/compare/v0.1.2...v0.1.3) (2024-10-07)


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.3"
VERSION = "0.1.4"
end

0 comments on commit 5d5bd05

Please sign in to comment.