Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Nov 1, 2023
1 parent eafe4e7 commit 22e10f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v2.2.0 (2023-11-01)

* Introduce a dependency on ember-string to improve out of the box
compatibiliy with Ember 4.12
* Refactor to adopt newer versions of dev dependencies.


## v2.0.0 (2021-07-04)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deprecation-workflow",
"version": "2.1.0",
"version": "2.2.0",
"description": "Provides a much needed workflow to managing deprecations.",
"keywords": [
"ember-addon"
Expand All @@ -27,7 +27,7 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@ember/string":"^3.0.0",
"@ember/string": "^3.0.0",
"broccoli-funnel": "^3.0.3",
"broccoli-merge-trees": "^4.2.0",
"broccoli-plugin": "^4.0.5"
Expand Down

0 comments on commit 22e10f4

Please sign in to comment.