Skip to content

Commit 69eb491

Browse files
authored
Merge pull request #64 from github/release-v1.3.4
release v1.3.4
2 parents 631c8c4 + 57fb5f5 commit 69eb491

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.3.4
2+
3+
* Template errors surface correct file and line number.
4+
5+
*Justin Coyne*
6+
17
* Allow access to `request` inside components.
28

39
*Joel Hawksley*

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.3)
4+
actionview-component (1.3.4)
55

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

actionview-component.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
66

77
Gem::Specification.new do |spec|
88
spec.name = "actionview-component"
9-
spec.version = "1.3.3"
9+
spec.version = "1.3.4"
1010
spec.authors = ["GitHub Open Source"]
1111
spec.email = ["[email protected]"]
1212

0 commit comments

Comments
 (0)