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 80cddb2 commit f7a1401
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,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Bug Fixes

* 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 f7a1401

Please sign in to comment.