Skip to content

Commit

Permalink
Merge pull request #56 from github/release-v1.3.2
Browse files Browse the repository at this point in the history
release v1.3.2
  • Loading branch information
joelhawksley authored Oct 2, 2019
2 parents 41f0128 + 44784ec commit b66fa08
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.2

* Support rendering views from inside component templates.

*Patrick Sinclair*

# v1.3.1

* Fix bug where rendering nested content caused an error.
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.1)
actionview-component (1.3.2)

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.1"
spec.version = "1.3.2"
spec.authors = ["GitHub Open Source"]
spec.email = ["opensource+actionview-component@github.com"]

Expand Down

0 comments on commit b66fa08

Please sign in to comment.