Skip to content

Commit 22e10f4

Browse files
committed
Release 2.2.0
1 parent eafe4e7 commit 22e10f4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.2.0 (2023-11-01)
2+
3+
* Introduce a dependency on ember-string to improve out of the box
4+
compatibiliy with Ember 4.12
5+
* Refactor to adopt newer versions of dev dependencies.
6+
7+
18
## v2.0.0 (2021-07-04)
29

310

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deprecation-workflow",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Provides a much needed workflow to managing deprecations.",
55
"keywords": [
66
"ember-addon"
@@ -27,7 +27,7 @@
2727
"test:ember-compatibility": "ember try:each"
2828
},
2929
"dependencies": {
30-
"@ember/string":"^3.0.0",
30+
"@ember/string": "^3.0.0",
3131
"broccoli-funnel": "^3.0.3",
3232
"broccoli-merge-trees": "^4.2.0",
3333
"broccoli-plugin": "^4.0.5"

0 commit comments

Comments
 (0)