Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Dec 19, 2019
1 parent ba3ee5f commit 951d87c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.3.0 (2019-12-19)

#### :rocket: Enhancement
* [#162](https://github.com/emberjs/ember-optional-features/pull/162) Add `--run-codemod` command line option. ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#161](https://github.com/emberjs/ember-optional-features/pull/161) Remove co.wrap usage in favor of using async/await directly. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

## v1.2.0 (2019-12-16)

#### :bug: Bug Fix
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/optional-features",
"version": "1.2.0",
"version": "1.3.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 951d87c

Please sign in to comment.