Skip to content

Commit 6348395

Browse files
author
Robert Jackson
committed
Release 2.0.0
1 parent be5bc67 commit 6348395

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v2.0.0 (2020-08-27)
2+
3+
#### :boom: Breaking Change
4+
* [#238](https://github.com/emberjs/ember-optional-features/pull/238) Drop Node 8 support. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :rocket: Enhancement
7+
* [#242](https://github.com/emberjs/ember-optional-features/pull/242) Update dependencies to latest versions. ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### :house: Internal
10+
* [#249](https://github.com/emberjs/ember-optional-features/pull/249) Drop util.promisify usage. ([@rwjblue](https://github.com/rwjblue))
11+
* [#248](https://github.com/emberjs/ember-optional-features/pull/248) Re-roll yarn.lock. ([@rwjblue](https://github.com/rwjblue))
12+
* [#247](https://github.com/emberjs/ember-optional-features/pull/247) Add prettier setup to eslint config. ([@rwjblue](https://github.com/rwjblue))
13+
* [#245](https://github.com/emberjs/ember-optional-features/pull/245) Update linting package versions. ([@rwjblue](https://github.com/rwjblue))
14+
* [#243](https://github.com/emberjs/ember-optional-features/pull/243) Update automated release setup. ([@rwjblue](https://github.com/rwjblue))
15+
* [#240](https://github.com/emberjs/ember-optional-features/pull/240) Drop TravisCI (in favor of GitHub Actions) ([@rwjblue](https://github.com/rwjblue))
16+
17+
#### Committers: 2
18+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
19+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
20+
21+
122
## v1.3.0 (2019-12-19)
223

324
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/optional-features",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)