Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Nov 1, 2023
1 parent 81f5438 commit 5fceb59
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 @@ -4,6 +4,16 @@




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

#### :bug: Bug Fix
* [#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))

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

## v2.2.0 (2023-08-03)

#### :rocket: Enhancement
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.0",
"version": "2.2.1",
"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 5fceb59

Please sign in to comment.