Skip to content

Commit

Permalink
Merge pull request #64 from github/release-v1.3.4
Browse files Browse the repository at this point in the history
release v1.3.4
  • Loading branch information
joelhawksley authored Oct 7, 2019
2 parents 631c8c4 + 57fb5f5 commit 69eb491
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.3.4

* Template errors surface correct file and line number.

*Justin Coyne*

* Allow access to `request` inside components.

*Joel Hawksley*
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.3)
actionview-component (1.3.4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion actionview-component.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "actionview-component"
spec.version = "1.3.3"
spec.version = "1.3.4"
spec.authors = ["GitHub Open Source"]
spec.email = ["opensource+actionview-component@github.com"]

Expand Down

0 comments on commit 69eb491

Please sign in to comment.