We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc99bc4 commit b07b15dCopy full SHA for b07b15d
CHANGELOG.md
@@ -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
@@ -1,6 +1,6 @@
{
"name": "ember-component-template-colocation-migrator",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A codemod that moves your component .hbs files to be co-located with their .js",
"homepage": "https://github.com/ember-codemods/ember-component-template-colocation-migrator#readme",
"bugs": {
0 commit comments