Skip to content

Commit 4a91b38

Browse files
committed
Release 3.0.0
1 parent 6c0dcf7 commit 4a91b38

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
4+
## v3.0.0 (2022-01-31)
5+
6+
#### :boom: Breaking Change
7+
* [#86](https://github.com/emberjs/ember-classic-decorator/pull/86) Run `ember-cli-update` ([@boris-petrov](https://github.com/boris-petrov)). This drops support for Node < 12 and Ember < 3.24.
8+
9+
#### :rocket: Enhancement
10+
* [#89](https://github.com/emberjs/ember-classic-decorator/pull/89) Ember 4 compatibility ([@boris-petrov](https://github.com/boris-petrov))
11+
12+
#### Committers: 1
13+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
14+
315
## v2.0.1 (2021-11-04)
416

517
#### :bug: Bug Fix

package.json

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

0 commit comments

Comments
 (0)