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 00dd24b commit 2872178Copy full SHA for 2872178
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 1.6.0 (2024-12-27)
4
+
5
+### Enhancement
6
+* [#92](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/92) Updated blueprints ([@ijlee2](https://github.com/ijlee2))
7
8
+### Internal
9
+* [#91](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/91) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
10
11
+### Committers: 1
12
+- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
13
14
15
## 1.5.0 (2024-09-05)
16
17
### Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-codemod-v1-to-v2",
- "version": "1.5.0",
+ "version": "1.6.0",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",
0 commit comments