diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b544d4..794423f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v3.4.0 (2021-02-24) + +#### :rocket: Enhancement +* [#177](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/177) Exposes a manual API for JS processing ([@pzuraq](https://github.com/pzuraq)) +* [#176](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/176) Make ensureImport lazy ([@pzuraq](https://github.com/pzuraq)) + +#### Committers: 1 +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) + + ## v3.3.0 (2021-02-16) #### :rocket: Enhancement diff --git a/package.json b/package.json index 85479d9..1e22cb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-ember-modules-api-polyfill", - "version": "3.3.0", + "version": "3.4.0", "description": "Polyfill for Ember JS API.", "keywords": [ "babel-plugin"