Skip to content

Commit

Permalink
Tagged 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Apr 26, 2024
1 parent 51836f9 commit b69683e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.3.0 (2024-04-26)

### Bug Fix
* [#83](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/83) Removed hardcoded package manager names ([@ijlee2](https://github.com/ijlee2))
* [#81](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/81) Removed hardcoded locations for test-app ([@ijlee2](https://github.com/ijlee2))

### Enhancement
* [#82](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/82) Allowed codemod to set linters for the v2 addon ([@ijlee2](https://github.com/ijlee2))

### Internal
* [#80](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/80) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

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


## 1.2.4 (2024-03-18)

### Enhancement
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.2.4",
"version": "1.3.0",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",
Expand Down

0 comments on commit b69683e

Please sign in to comment.