Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Sep 13, 2023
1 parent 35f5275 commit 38fb2e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.2.1 (2021-10-19)

#### :bug: Bug Fix

- [#541](https://github.com/rwjblue/ember-holy-futuristic-template-namespacing-batman/pull/541) Avoid erroring while in `.gjs` / `.gts` files (e.g. strict mode)

#### Committers: 1

- Hank Majoros ([@hmajoros](https://github.com/hmajoros))

## v1.2.0 (2021-10-19)

#### :bug: Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-holy-futuristic-template-namespacing-batman",
"version": "1.2.0",
"version": "1.2.1",
"description": "Experimentally allow usage of {{addon-name$component-name}} syntax to invoke a helper or component from an addon directly",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 38fb2e7

Please sign in to comment.