Skip to content

Commit

Permalink
Merge pull request #136 from github/release-1.5.3
Browse files Browse the repository at this point in the history
release v1.5.3
  • Loading branch information
joelhawksley authored Nov 26, 2019
2 parents 5bb499a + fc92b3a commit d573fe6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.5.3

* Add support for RSpec to generators.

*Dylan Clark, Ryan Workman*

* Require controllers as part of setting autoload paths.

*Joel Hawksley*

# v1.5.2

* Disable eager loading initializer.
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.5.2)
actionview-component (1.5.3)

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 = 5
PATCH = 2
PATCH = 3

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

0 comments on commit d573fe6

Please sign in to comment.