Skip to content

Commit 542ffdf

Browse files
author
Robert Jackson
committed
Release 3.2.1
1 parent 75d56f6 commit 542ffdf

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v3.2.1 (2021-01-15)
2+
3+
#### :bug: Bug Fix
4+
* [#170](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/170) Ensure decorators are transpiled properly when the decorator identifier is aliased within the decorated method ([@dwickern](https://github.com/dwickern))
5+
6+
#### :house: Internal
7+
* [#172](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/172) Update eslint related packages. ([@rwjblue](https://github.com/rwjblue))
8+
* [#171](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/171) Update release automation setup. ([@rwjblue](https://github.com/rwjblue))
9+
* [#171](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/171) Update release automation setup. ([@rwjblue](https://github.com/rwjblue))
10+
11+
#### Committers: 3
12+
- Derek Wickern ([@dwickern](https://github.com/dwickern))
13+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
14+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
15+
16+
117
## v3.2.0 (2020-10-02)
218

319
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-ember-modules-api-polyfill",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Polyfill for Ember JS API.",
55
"keywords": [
66
"babel-plugin"

0 commit comments

Comments
 (0)