From 627c6280fb7625ea7581f3b11aa1f1455ecc4234 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Tue, 26 Oct 2021 18:18:16 -0400 Subject: [PATCH] Release 5.3.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c26f22..87c76c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v5.3.1 (2021-10-26) + +#### :bug: Bug Fix +* [#477](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile/pull/477) Ensure babel.parse does not use top level babel config. ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Chad Hietala ([@chadhietala](https://github.com/chadhietala)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + + ## v5.3.0 (2021-04-12) #### :rocket: Enhancement diff --git a/package.json b/package.json index 9a8fb7f8..438e44e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-htmlbars-inline-precompile", - "version": "5.3.0", + "version": "5.3.1", "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",