From c47abebf4b3ec8b960f34db4e35f8cb83d942517 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 02:23:21 +0300 Subject: [PATCH] chore: release 0.1.9 (#61) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/rails_interactive/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c7d2d..8818526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 4f1b787..320c52e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails-interactive (0.1.8) + rails-interactive (0.1.9) tty-prompt GEM diff --git a/lib/rails_interactive/version.rb b/lib/rails_interactive/version.rb index 8b5ac74..b3cb298 100644 --- a/lib/rails_interactive/version.rb +++ b/lib/rails_interactive/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RailsInteractive - VERSION = "0.1.8" + VERSION = "0.1.9" end