Skip to content

Commit c983056

Browse files
committed
Release 2.0.0-beta.3
1 parent 437076b commit c983056

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.0.0-beta.3 (2021-05-27)
2+
3+
#### :boom: Breaking Change
4+
* Upgrade verious dependencies across major versions
5+
6+
#### :bug: Bug Fix
7+
* [#111](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/111) Address a deprecated import path for deprecate in tests
8+
* [#114](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/114) Drop debug handler polyfill, fixes [#113](https://github.com/mixonic/ember-cli-deprecation-workflow/issues/113).
9+
10+
#### :rocket: Enhancement
11+
* [#93](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/93) Limit logging when a high-repetition deprecation is firing.
12+
113
## v2.0.0-beta.2 (2021-02-27)
214

315
#### :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.2",
3+
"version": "2.0.0-beta.3",
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)