Skip to content

Commit

Permalink
chore: release 0.1.9 (#61)
Browse files Browse the repository at this point in the history
* chore: release 0.1.9

* bundle

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oguzhan İnce <[email protected]>
  • Loading branch information
github-actions[bot] and oguzsh authored Apr 24, 2022
1 parent bd4dc1d commit c47abeb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

### [0.1.9](https://www.github.com/oguzsh/rails-interactive/compare/v0.1.8...v0.1.9) (2022-04-24)


### Bug Fixes

* file name typo ([#60](https://www.github.com/oguzsh/rails-interactive/issues/60)) ([542c76f](https://www.github.com/oguzsh/rails-interactive/commit/542c76fa57fd37cf583a7238b2a9b527aeba1778))

## [0.1.0] - 2022-03-11

- Initial release
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails-interactive (0.1.8)
rails-interactive (0.1.9)
tty-prompt

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

module RailsInteractive
VERSION = "0.1.8"
VERSION = "0.1.9"
end

0 comments on commit c47abeb

Please sign in to comment.