Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 16, 2021
1 parent 51a9b4b commit 88b8048
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 @@
## v3.3.0 (2021-02-16)

#### :rocket: Enhancement
* [#175](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/175) Add `useEmberModule` option to force `ember` module usage (to avoid global `window.Ember` deprecation on Ember 3.27+). ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)


## v3.2.2 (2021-02-11)

#### :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": "3.2.2",
"version": "3.3.0",
"description": "Polyfill for Ember JS API.",
"keywords": [
"babel-plugin"
Expand Down

0 comments on commit 88b8048

Please sign in to comment.