We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11808f0 commit 3215df3Copy full SHA for 3215df3
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v2.13.3 (2020-05-29)
2
+
3
+#### :bug: Bug Fix
4
+* [#111](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/111) Properly transpile `(emberImportedThing as any)()` ([@rwjblue](https://github.com/rwjblue))
5
6
+#### Committers: 1
7
+- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8
9
10
## v2.13.2 (2020-05-29)
11
12
#### :bug: Bug Fix
package.json
@@ -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"
0 commit comments