Skip to content

Commit

Permalink
Merge pull request #82 from github/release-v1.3.6
Browse files Browse the repository at this point in the history
release v1.3.6
  • Loading branch information
joelhawksley authored Oct 21, 2019
2 parents 73797c5 + d56a75b commit 6c8081b
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.3.6

* Allow template file names without format.

*Joel Hawksley*

* Add support for translations.

*Juan Manuel Ramallo*

# v1.3.5

* Re-expose `controller` method.
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.3.5)
actionview-component (1.3.6)

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

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

0 comments on commit 6c8081b

Please sign in to comment.