Skip to content

Commit 70c5d58

Browse files
committed
Tagged 1.5.0
1 parent 6192935 commit 70c5d58

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.5.0 (2024-09-05)
4+
5+
### Bug Fix
6+
* [#90](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/90) Corrected the addon file locations for TypeScript projects ([@ijlee2](https://github.com/ijlee2))
7+
8+
### Enhancement
9+
* [#90](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/90) Corrected the addon file locations for TypeScript projects ([@ijlee2](https://github.com/ijlee2))
10+
11+
### Committers: 1
12+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
13+
14+
315
## 1.4.1 (2024-08-28)
416

517
### Internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-codemod-v1-to-v2",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Codemod to convert Ember addons to v2 addon format",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)