We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b39ad commit 6f8e3feCopy full SHA for 6f8e3fe
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
4
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
14
## v2.1.0 (2023-07-08)
15
16
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
1
{
"name": "babel-plugin-ember-template-compilation",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "Babel implementation of Ember's low-level template-compilation API",
"repository": "https://github.com/emberjs/babel-plugin-ember-template-compilation",
"license": "MIT",
0 commit comments