Skip to content

Commit

Permalink
Release 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 29, 2020
1 parent 54b97a3 commit f581e2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v2.13.1 (2020-05-29)

#### :bug: Bug Fix
* [#109](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/109) Ensure identifiers are properly re-written. ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#107](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/107) Add babel@7 test infrastructure. ([@rwjblue](https://github.com/rwjblue))
* [#106](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/106) Refactor tests from QUnit -> Jest ([@rwjblue](https://github.com/rwjblue))
* [#104](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/104) Update linting configuration ([@rwjblue](https://github.com/rwjblue))
* [#103](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/103) Replace qunit-eslint with eslint ([@rwjblue](https://github.com/rwjblue))
* [#102](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/102) Migrate to GH Actions CI. ([@rwjblue](https://github.com/rwjblue))

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


## v2.13.0 (2020-05-19)

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

0 comments on commit f581e2c

Please sign in to comment.