Skip to content

Commit 3318346

Browse files
committed
Tagged 0.10.0
1 parent 83394c4 commit 3318346

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 0.10.0 (2023-08-12)
4+
5+
### Breaking Change
6+
* [#62](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/62) Updated blueprints to match @embroider/addon-blueprint@2.2.0 ([@ijlee2](https://github.com/ijlee2))
7+
8+
### Bug Fix
9+
* [#61](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/61) Configured allowImportingTsExtensions in the addon's tsconfig.json ([@ijlee2](https://github.com/ijlee2))
10+
11+
### Enhancement
12+
* [#62](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/62) Updated blueprints to match @embroider/addon-blueprint@2.2.0 ([@ijlee2](https://github.com/ijlee2))
13+
* [#60](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/60) Simplified folder structure ([@ijlee2](https://github.com/ijlee2))
14+
15+
### Internal
16+
* [#59](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/59) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
17+
18+
### Committers: 1
19+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
20+
21+
322
## 0.9.1 (2023-07-17)
423

524
### Bug Fix

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

0 commit comments

Comments
 (0)