Skip to content

Commit

Permalink
Tagged 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Sep 5, 2024
1 parent 6192935 commit 70c5d58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.5.0 (2024-09-05)

### Bug Fix
* [#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))

### Enhancement
* [#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))

### Committers: 1
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))


## 1.4.1 (2024-08-28)

### Internal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-codemod-v1-to-v2",
"version": "1.4.1",
"version": "1.5.0",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",
Expand Down

0 comments on commit 70c5d58

Please sign in to comment.