Skip to content

Commit

Permalink
Merge pull request #245 from github/release-v1.14.1
Browse files Browse the repository at this point in the history
release v1.14.1
  • Loading branch information
joelhawksley authored Mar 3, 2020
2 parents 51b9c90 + 70d6543 commit fc6e8a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# master

# v1.14.1

* Fix bug where generator created invalid test code.

*Joel Hawksley*
Expand Down
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:
actionview-component (1.14.0)
actionview-component (1.14.1)
capybara (>= 3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module ViewComponent
module VERSION
MAJOR = 1
MINOR = 14
PATCH = 0
PATCH = 1

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down

0 comments on commit fc6e8a2

Please sign in to comment.