Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 28, 2020
1 parent 4236e56 commit 7c41e04
Show file tree
Hide file tree
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,3 +1,18 @@
## v4.0.0 (2020-10-28)

#### :boom: Breaking Change
* [#31](https://github.com/emberjs/ember-ordered-set/pull/31) Drop Node.js 13 support and add Node.js 14 ([@SergeAstapov](https://github.com/SergeAstapov))

#### :rocket: Enhancement
* [#32](https://github.com/emberjs/ember-ordered-set/pull/32) Test addon against Embroider ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* [#30](https://github.com/emberjs/ember-ordered-set/pull/30) Upgrade Ember CLI and blueprint to 3.22 ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 1
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))


## v3.0.0 (2020-10-09)

#### :boom: Breaking Change
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/ordered-set",
"version": "3.0.0",
"version": "4.0.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 7c41e04

Please sign in to comment.