Skip to content

Commit 50c37e5

Browse files
author
Robert Jackson
committed
Release 1.2.0
1 parent ff43b4b commit 50c37e5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.2.0 (2021-04-14)
2+
3+
#### :rocket: Enhancement
4+
* [#22](https://github.com/ember-codemods/ember-component-template-colocation-migrator/pull/22) Support having private fields ([@lelea2](https://github.com/lelea2))
5+
* [#23](https://github.com/ember-codemods/ember-component-template-colocation-migrator/pull/23) Use correct babel configuration for typescript ([@donaldwasserman](https://github.com/donaldwasserman))
6+
7+
#### Committers: 2
8+
- Donald Wasserman ([@donaldwasserman](https://github.com/donaldwasserman))
9+
- Khanh Dao ([@lelea2](https://github.com/lelea2))
10+
11+
112
## v1.1.0 (2020-08-11)
213

314
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-component-template-colocation-migrator",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A codemod that moves your component .hbs files to be co-located with their .js",
55
"homepage": "https://github.com/ember-codemods/ember-component-template-colocation-migrator#readme",
66
"bugs": {

0 commit comments

Comments
 (0)