Skip to content

Commit 7c41e04

Browse files
author
Robert Jackson
committed
Release 4.0.0
1 parent 4236e56 commit 7c41e04

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v4.0.0 (2020-10-28)
2+
3+
#### :boom: Breaking Change
4+
* [#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))
5+
6+
#### :rocket: Enhancement
7+
* [#32](https://github.com/emberjs/ember-ordered-set/pull/32) Test addon against Embroider ([@SergeAstapov](https://github.com/SergeAstapov))
8+
9+
#### :house: Internal
10+
* [#30](https://github.com/emberjs/ember-ordered-set/pull/30) Upgrade Ember CLI and blueprint to 3.22 ([@SergeAstapov](https://github.com/SergeAstapov))
11+
12+
#### Committers: 1
13+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
14+
15+
116
## v3.0.0 (2020-10-09)
217

318
#### :boom: Breaking Change

package.json

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

0 commit comments

Comments
 (0)