We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6e087 commit e39496dCopy full SHA for e39496d
CHANGELOG.md
@@ -1,6 +1,15 @@
1
# Changelog
2
3
4
+
5
+## v3.0.1 (2022-10-12)
6
7
+#### :bug: Bug Fix
8
+* [#93](https://github.com/emberjs/ember-classic-decorator/pull/93) Ember cli deprecation workflow compatibility ([@andreyfel](https://github.com/andreyfel))
9
10
+#### Committers: 1
11
+- Andrey Fel ([@andreyfel](https://github.com/andreyfel))
12
13
## v3.0.0 (2022-01-31)
14
15
#### :boom: Breaking Change
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-classic-decorator",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Decorator to aide migration from classic class system to native classes",
"keywords": [
"ember-addon"
0 commit comments