Skip to content

Commit b07b15d

Browse files
author
Robert Jackson
committed
Release 1.0.1
1 parent cc99bc4 commit b07b15d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## v1.0.1 (2020-06-18)
2+
3+
#### :rocket: Enhancement
4+
* Initial release!
5+
6+
#### Committers: 3
7+
- Gavin Joyce ([@GavinJoyce](https://github.com/GavinJoyce))
8+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
9+
- Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan))
10+
11+

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