Skip to content

Commit

Permalink
Tagged 1.0.0
Browse files Browse the repository at this point in the history
ijlee2 committed Sep 14, 2023
1 parent a95a32d commit 3adb978
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.0.0 (2023-09-14)

### Breaking Change
* [#65](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/65) Dropped Node 16 support and marked stable ([@ijlee2](https://github.com/ijlee2))

### Enhancement
* [#66](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/66) Updated blueprints ([@ijlee2](https://github.com/ijlee2))

### Internal
* [#65](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/65) Dropped Node 16 support and marked stable ([@ijlee2](https://github.com/ijlee2))

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


## 0.11.0 (2023-09-02)

### Enhancement
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": "0.11.0",
"version": "1.0.0",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",

0 comments on commit 3adb978

Please sign in to comment.