Skip to content

Commit 35c4d44

Browse files
author
Chris Garrett
committed
Release 2.0.0
1 parent 9c989f7 commit 35c4d44

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## v2.0.0 (2020-09-16)
2+
3+
#### :boom: Breaking Change
4+
* [#50](https://github.com/emberjs/ember-classic-decorator/pull/50) embroider-compatible implementation ([@ef4](https://github.com/ef4))
5+
6+
#### :bug: Bug Fix
7+
* [#40](https://github.com/emberjs/ember-classic-decorator/pull/40) [BUGFIX] Adds all router location classes ([@pzuraq](https://github.com/pzuraq))
8+
9+
#### :house: Internal
10+
* [#52](https://github.com/emberjs/ember-classic-decorator/pull/52) [FEAT] Adds release-it setup ([@pzuraq](https://github.com/pzuraq))
11+
12+
#### Committers: 2
13+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
14+
- Edward Faulkner ([@ef4](https://github.com/ef4))
15+
16+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-classic-decorator",
3-
"version": "1.0.8",
3+
"version": "2.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)