Skip to content

Commit

Permalink
Merge pull request #197 from github/release-v1.8.1
Browse files Browse the repository at this point in the history
release v1.8.1
  • Loading branch information
joelhawksley authored Jan 24, 2020
2 parents 5a85116 + 7c9e7f2 commit 4935a06
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,3 +1,5 @@
# v1.8.1

* Run validation checks before calling `#render?`.

*Ash Wilson*
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.8.0)
actionview-component (1.8.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/action_view/component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Component
module VERSION
MAJOR = 1
MINOR = 8
PATCH = 0
PATCH = 1

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

0 comments on commit 4935a06

Please sign in to comment.