Skip to content

Commit b69683e

Browse files
committed
Tagged 1.3.0
1 parent 51836f9 commit b69683e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.0 (2024-04-26)
4+
5+
### Bug Fix
6+
* [#83](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/83) Removed hardcoded package manager names ([@ijlee2](https://github.com/ijlee2))
7+
* [#81](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/81) Removed hardcoded locations for test-app ([@ijlee2](https://github.com/ijlee2))
8+
9+
### Enhancement
10+
* [#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))
11+
12+
### Internal
13+
* [#80](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/80) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
14+
15+
### Committers: 1
16+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
17+
18+
319
## 1.2.4 (2024-03-18)
420

521
### Enhancement

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.2.4",
3+
"version": "1.3.0",
44
"description": "Codemod to convert Ember addons to v2 addon format",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)