Skip to content

Commit

Permalink
Tagged 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Dec 26, 2023
1 parent 92e4c8d commit 16cd5b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.2.1 (2023-12-26)

### Bug Fix
* [#74](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/74) Added blueprints to package.json's files ([@ijlee2](https://github.com/ijlee2))

### Enhancement
* [#73](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/73) Allowed the analyze-addon step to define ember-addon.public-assets ([@ijlee2](https://github.com/ijlee2))

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


## 1.2.0 (2023-12-20)

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

0 comments on commit 16cd5b0

Please sign in to comment.