Skip to content

Commit

Permalink
Release 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed May 27, 2021
1 parent 437076b commit c983056
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.0.0-beta.3 (2021-05-27)

#### :boom: Breaking Change
* Upgrade verious dependencies across major versions

#### :bug: Bug Fix
* [#111](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/111) Address a deprecated import path for deprecate in tests
* [#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).

#### :rocket: Enhancement
* [#93](https://github.com/mixonic/ember-cli-deprecation-workflow/pull/93) Limit logging when a high-repetition deprecation is firing.

## v2.0.0-beta.2 (2021-02-27)

#### :boom: Breaking Change
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "ember-cli-deprecation-workflow",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "Provides a much needed workflow to managing deprecations.",
"keywords": ["ember-addon"],
"keywords": [
"ember-addon"
],
"repository": "https://github.com/mixonic/ember-cli-deprecation-workflow/",
"license": "MIT",
"author": "",
Expand Down

0 comments on commit c983056

Please sign in to comment.