Skip to content

Commit ab7578e

Browse files
committed
Release 2.2.2
1 parent bbf5ac2 commit ab7578e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66

77

8+
9+
## v2.2.2 (2024-04-17)
10+
11+
#### :bug: Bug Fix
12+
* [#33](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/33) pass correct scope to glimmer ([@patricklx](https://github.com/patricklx))
13+
* [#34](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/34) fix gts ts imports issue ([@patricklx](https://github.com/patricklx))
14+
15+
#### Committers: 1
16+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
17+
818
## v2.2.1 (2023-11-01)
919

1020
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-ember-template-compilation",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Babel implementation of Ember's low-level template-compilation API",
55
"repository": "https://github.com/emberjs/babel-plugin-ember-template-compilation",
66
"license": "MIT",

0 commit comments

Comments
 (0)