Skip to content

Commit 5fceb59

Browse files
committed
Release 2.2.1
1 parent 81f5438 commit 5fceb59

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55

66

7+
8+
## v2.2.1 (2023-11-01)
9+
10+
#### :bug: Bug Fix
11+
* [#32](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/32) Preserve used imports when interoperating with transform-typescript ([@patricklx](https://github.com/patricklx), [@ef4](https://github.com/ef4))
12+
13+
#### Committers: 1
14+
- Edward Faulkner ([@ef4](https://github.com/ef4))
15+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
16+
717
## v2.2.0 (2023-08-03)
818

919
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-ember-template-compilation",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
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)