Skip to content

Commit

Permalink
Release 7.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Dec 12, 2019
1 parent 0d4dcc3 commit a72f8b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v7.13.1 (2019-12-12)

#### :bug: Bug Fix
* [#311](https://github.com/babel/ember-cli-babel/pull/311) Include decorator and class field plugins after TypeScript, if present ([@dfreeman](https://github.com/dfreeman))

#### :memo: Documentation
* [#309](https://github.com/babel/ember-cli-babel/pull/309) README: Update an outdated link ([@dcyriller](https://github.com/dcyriller))

#### Committers: 2
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))

* Fixup yarn.lock (3343ca7)
* [BUGFIX] Make loose mode in class properties transform respect B… (#307) (b750535)
* update to yarn in appveyor (42997b1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-babel",
"version": "7.13.0",
"version": "7.13.1",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down

0 comments on commit a72f8b0

Please sign in to comment.