From 9699faffc5f14758267c7e836dd83c562fd5611c Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Fri, 11 Mar 2016 15:12:33 -0500 Subject: [PATCH] v1.2.0 - append=true in block-for allows appending instead of overwriting. See the advanced section in the readme. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12420cb..62e9248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-named-yields", - "version": "1.1.0", + "version": "1.2.0", "description": "Named Yields for Ember Components", "directories": { "doc": "doc",