Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 1, 2019
1 parent 2517d5d commit 0a33678
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v3.0.1 (2019-10-01)

#### :memo: Documentation
* [#320](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/320) Deprecate ember-cli-htmlbars-inline-precompiler. ([@rwjblue](https://github.com/rwjblue))
* [#305](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/305) Fix import in README example ([@houli](https://github.com/houli))

#### :house: Internal
* [#321](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/321) Re-roll yarn.lock to avoid errors with yarn 1.19.0 ([@rwjblue](https://github.com/rwjblue))

#### Committers: 3
- Eoin Houlihan ([@houli](https://github.com/houli))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v3.0.0 (2019-08-31)

#### :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": "ember-cli-htmlbars-inline-precompile",
"version": "3.0.0",
"version": "3.0.1",
"description": "Precompile inline HTMLBars templates via ES6 tagged template strings",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 0a33678

Please sign in to comment.