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 eac3ea6 commit 4572613Copy full SHA for 4572613
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 0.5.0 (2023-04-27)
2
+
3
+### Enhancement
4
+* [#28](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/28) Updated blueprints for workspace root ([@ijlee2](https://github.com/ijlee2))
5
6
+### Internal
7
+* [#27](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/27) Updated glob to v10 ([@ijlee2](https://github.com/ijlee2))
8
9
+### Committers: 1
10
+- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
11
12
13
## 0.4.1 (2023-03-10)
14
15
### Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-codemod-v1-to-v2",
- "version": "0.4.1",
+ "version": "0.5.0",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",
0 commit comments