Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Apr 17, 2024
1 parent bbf5ac2 commit ab7578e
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
Expand Up @@ -5,6 +5,16 @@




## v2.2.2 (2024-04-17)

#### :bug: Bug Fix
* [#33](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/33) pass correct scope to glimmer ([@patricklx](https://github.com/patricklx))
* [#34](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/34) fix gts ts imports issue ([@patricklx](https://github.com/patricklx))

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## v2.2.1 (2023-11-01)

#### :bug: Bug Fix
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-ember-template-compilation",
"version": "2.2.1",
"version": "2.2.2",
"description": "Babel implementation of Ember's low-level template-compilation API",
"repository": "https://github.com/emberjs/babel-plugin-ember-template-compilation",
"license": "MIT",
Expand Down

0 comments on commit ab7578e

Please sign in to comment.