Skip to content

Commit dc56063

Browse files
committed
Tagged 1.1.0
1 parent 6b3ebdf commit dc56063

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.0 (2023-11-07)
4+
5+
### Enhancement
6+
* [#68](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/68) Downstreamed changes from @embroider/addon-blueprint@2.7.0 ([@ijlee2](https://github.com/ijlee2))
7+
8+
### Internal
9+
* [#69](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/69) Set verbatimModuleSyntax to true ([@ijlee2](https://github.com/ijlee2))
10+
11+
### Documentation
12+
* [#69](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/69) Set verbatimModuleSyntax to true ([@ijlee2](https://github.com/ijlee2))
13+
14+
### Committers: 1
15+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
16+
17+
318
## 1.0.1 (2023-10-31)
419

520
### Internal

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

0 commit comments

Comments
 (0)