Skip to content

Commit fa775ca

Browse files
committed
Release 2.2.0
1 parent e3b037a commit fa775ca

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44

55

6+
7+
## v2.2.0 (2023-08-03)
8+
9+
#### :rocket: Enhancement
10+
* [#28](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/28) Don't require compiler when targetFormat='hbs' ([@ef4](https://github.com/ef4))
11+
12+
#### :house: Internal
13+
* [#29](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/29) rev yarn.lock ([@ef4](https://github.com/ef4))
14+
15+
#### Committers: 1
16+
- Edward Faulkner ([@ef4](https://github.com/ef4))
17+
618
## v2.1.1 (2023-07-15)
719

820
#### :house: Internal

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.1",
3+
"version": "2.2.0",
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)