Skip to content

Commit

Permalink
Merge pull request #470 from github/release-v2.18.2
Browse files Browse the repository at this point in the history
Bump to v2.18.2
  • Loading branch information
joelhawksley authored Sep 9, 2020
2 parents a980579 + 5ff435b commit 13c71b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# master

# 2.18.2

* Raise an error if controller or view context is accessed during initialize as they are only available in render.

*Julian Nadeau*
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 = 2
MINOR = 18
PATCH = 1
PATCH = 2

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

0 comments on commit 13c71b7

Please sign in to comment.