Skip to content

Commit b66fa08

Browse files
authored
Merge pull request #56 from github/release-v1.3.2
release v1.3.2
2 parents 41f0128 + 44784ec commit b66fa08

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.2
2+
3+
* Support rendering views from inside component templates.
4+
5+
*Patrick Sinclair*
6+
17
# v1.3.1
28

39
* Fix bug where rendering nested content caused an error.

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

0 commit comments

Comments
 (0)