From dde8560f7b0ba513d2a70704ad4fafc8bfaa9f76 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sun, 29 Sep 2019 21:35:21 -0400 Subject: [PATCH] Release 4.0.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61233798..0790525a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v4.0.2 (2019-09-30) + +#### :bug: Bug Fix +* [#309](https://github.com/ember-cli/ember-cli-htmlbars/pull/309) Ensure inline precompile and colocated templates run template AST plugins. ([@rwjblue](https://github.com/rwjblue)) +* [#310](https://github.com/ember-cli/ember-cli-htmlbars/pull/310) Fix issues using inline precompilation with JSON.stringify'ed options. ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 1 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + ## v4.0.1 (2019-09-25) #### :bug: Bug Fix diff --git a/package.json b/package.json index 323b35f3..d111223d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-htmlbars", - "version": "4.0.1", + "version": "4.0.2", "description": "A library for adding htmlbars to ember CLI", "keywords": [ "ember-addon",