Skip to content

Commit 6c8081b

Browse files
authored
Merge pull request #82 from github/release-v1.3.6
release v1.3.6
2 parents 73797c5 + d56a75b commit 6c8081b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v1.3.6
2+
3+
* Allow template file names without format.
4+
5+
*Joel Hawksley*
6+
7+
* Add support for translations.
8+
9+
*Juan Manuel Ramallo*
10+
111
# v1.3.5
212

313
* Re-expose `controller` method.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
actionview-component (1.3.5)
4+
actionview-component (1.3.6)
55

66
GEM
77
remote: https://rubygems.org/

lib/action_view/component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Component
55
module VERSION
66
MAJOR = 1
77
MINOR = 3
8-
PATCH = 5
8+
PATCH = 6
99

1010
STRING = [MAJOR, MINOR, PATCH].join(".")
1111
end

0 commit comments

Comments
 (0)