Skip to content

Commit 13c1e8d

Browse files
committed
Release 2.0.1
1 parent 163974b commit 13c1e8d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v2.0.1 (2021-11-04)
4+
5+
#### :bug: Bug Fix
6+
* [#75](https://github.com/emberjs/ember-classic-decorator/pull/75) Restore functions that were previously available at window.require.x ([@gilest](https://github.com/gilest))
7+
8+
#### :memo: Documentation
9+
* [#59](https://github.com/emberjs/ember-classic-decorator/pull/59) Update release setup ([@rwjblue](https://github.com/rwjblue))
10+
11+
#### :house: Internal
12+
* [#59](https://github.com/emberjs/ember-classic-decorator/pull/59) Update release setup ([@rwjblue](https://github.com/rwjblue))
13+
14+
#### Committers: 4
15+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
16+
- Giles Thompson ([@gilest](https://github.com/gilest))
17+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
20+
321
## v2.0.0 (2020-09-16)
422

523
#### :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": "2.0.0",
3+
"version": "2.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)