Skip to content

Commit 5b68dda

Browse files
author
Robert Jackson
committed
Release 1.1.0
1 parent d03ba9a commit 5b68dda

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.1.0 (2020-08-11)
2+
3+
#### :rocket: Enhancement
4+
* [#14](https://github.com/ember-codemods/ember-component-template-colocation-migrator/pull/14) Support addons ([@chriskrycho](https://github.com/chriskrycho))
5+
6+
#### :house: Internal
7+
* [#19](https://github.com/ember-codemods/ember-component-template-colocation-migrator/pull/19) Bring back commented out tests. ([@rwjblue](https://github.com/rwjblue))
8+
* [#18](https://github.com/ember-codemods/ember-component-template-colocation-migrator/pull/18) Add console override for tests. ([@rwjblue](https://github.com/rwjblue))
9+
* [#17](https://github.com/ember-codemods/ember-component-template-colocation-migrator/pull/17) Add CI setup. ([@rwjblue](https://github.com/rwjblue))
10+
* [#16](https://github.com/ember-codemods/ember-component-template-colocation-migrator/pull/16) Add linting (and fix lint failures) ([@rwjblue](https://github.com/rwjblue))
11+
* [#15](https://github.com/ember-codemods/ember-component-template-colocation-migrator/pull/15) Update automated release setup. ([@rwjblue](https://github.com/rwjblue))
12+
13+
#### Committers: 2
14+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
15+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
16+
17+
118
## v1.0.1 (2020-06-18)
219

320
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-component-template-colocation-migrator",
3-
"version": "1.0.1",
3+
"version": "1.1.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)