Skip to content

Commit 7286d0c

Browse files
committed
Tagged 0.8.0
1 parent e2681f1 commit 7286d0c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 0.8.0 (2023-07-06)
4+
5+
### Enhancement
6+
* [#53](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/53) Updated blueprints for .gitignore ([@ijlee2](https://github.com/ijlee2))
7+
* [#52](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/52) Refactored code ([@ijlee2](https://github.com/ijlee2))
8+
* [#51](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/51) Remove rollup-plugin-ts ([@ijlee2](https://github.com/ijlee2))
9+
10+
### Committers: 1
11+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
12+
13+
314
## 0.7.4 (2023-07-04)
415

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

0 commit comments

Comments
 (0)