Skip to content

Commit 6f8e3fe

Browse files
committed
Release 2.1.1
1 parent a4b39ad commit 6f8e3fe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
6+
## v2.1.1 (2023-07-15)
7+
8+
#### :house: Internal
9+
* [#26](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/26) Update babel-import-util ([@ef4](https://github.com/ef4))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))
13+
514
## v2.1.0 (2023-07-08)
615

716
#### :rocket: Enhancement

Diff for: 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.1.0",
3+
"version": "2.1.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)