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

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 23, 2021
1 parent 0710649 commit 4c9f276
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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",
Expand Down

0 comments on commit 4c9f276

Please sign in to comment.