From f581e2c7644b60b5659ae444da2f6785be7d550b Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Thu, 28 May 2020 22:04:44 -0400 Subject: [PATCH] Release 2.13.1 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9612e6b..2ec1357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 1d890e9..2849656 100644 --- a/package.json +++ b/package.json @@ -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"