Skip to content

Commit e39496d

Browse files
committed
Release 3.0.1
1 parent 4e6e087 commit e39496d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33

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+
413
## v3.0.0 (2022-01-31)
514

615
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-classic-decorator",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Decorator to aide migration from classic class system to native classes",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)