Skip to content

Commit

Permalink
Release 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 29, 2020
1 parent 11808f0 commit 3215df3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v2.13.3 (2020-05-29)

#### :bug: Bug Fix
* [#111](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/111) Properly transpile `(emberImportedThing as any)()` ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v2.13.2 (2020-05-29)

#### :bug: Bug Fix
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": "babel-plugin-ember-modules-api-polyfill",
"version": "2.13.2",
"version": "2.13.3",
"description": "Polyfill for Ember JS API.",
"keywords": [
"babel-plugin"
Expand Down

0 comments on commit 3215df3

Please sign in to comment.