Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Release 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 26, 2021
1 parent 6a599ee commit 627c628
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 627c628

Please sign in to comment.