From 4c9f27616434fa49030c3c88038a268b2a20b684 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Tue, 23 Mar 2021 11:12:26 -0400 Subject: [PATCH] 5.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69713eb7..80ca766f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v5.1.0 (2021-03-23) + +#### :rocket: Enhancement +* [#360](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile/pull/360) Add ability to parse scope function (allow strict mode templates to be more resilient to module cycles). ([@pzuraq](https://github.com/pzuraq)) + +#### :bug: Bug Fix +* [#359](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile/pull/359) Ensure locals are used instead of scope everywhere ([@pzuraq](https://github.com/pzuraq)) + +#### Committers: 1 +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) + + ## v5.0.0 (2021-03-17) #### :boom: Breaking Change diff --git a/package.json b/package.json index 7108451e..1c9709c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-htmlbars-inline-precompile", - "version": "5.0.0", + "version": "5.1.0", "description": "Babel plugin to replace tagged template strings with precompiled HTMLBars templates", "repository": "https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile", "license": "MIT",