Skip to content

Commit 37037f7

Browse files
committed
Release 2.0.0-beta.4
1 parent 8e101d8 commit 37037f7

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v2.0.0-beta.4 (2021-06-04)
2+
3+
#### :boom: Breaking Change
4+
* [#116](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/116) [BREAKING] Drop Node 10 ([@mixonic](https://github.com/mixonic))
5+
6+
#### :bug: Bug Fix
7+
* [#123](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/123) [BUGFIX] Check the incremented count for limit ([@mixonic](https://github.com/mixonic))
8+
9+
#### :house: Internal
10+
* [#125](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/125) Drop ember.component.reopen log ([@mixonic](https://github.com/mixonic))
11+
* [#124](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/124) Clean up test config for clarity ([@mixonic](https://github.com/mixonic))
12+
* [#121](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/121) Remove deprecation-without-for and deprecation-without-since warnings in test ([@SergeAstapov](https://github.com/SergeAstapov))
13+
* [#120](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/120) Update main.js code style ([@mixonic](https://github.com/mixonic))
14+
* [#119](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/119) Bump deps to remove some deprecated use of Ember global ([@mixonic](https://github.com/mixonic))
15+
16+
#### Committers: 2
17+
- Matthew Beale ([@mixonic](https://github.com/mixonic))
18+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
19+
20+
121
## v2.0.0-beta.3 (2021-05-27)
222

323
#### :boom: Breaking Change

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "ember-cli-deprecation-workflow",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"description": "Provides a much needed workflow to managing deprecations.",
5-
"keywords": ["ember-addon"],
5+
"keywords": [
6+
"ember-addon"
7+
],
68
"repository": "https://github.com/mixonic/ember-cli-deprecation-workflow/",
79
"license": "MIT",
810
"author": "",

0 commit comments

Comments
 (0)