Skip to content

Commit 4158309

Browse files
committed
Release v1.3.2
1 parent 9eefc32 commit 4158309

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Changelog
33

4+
## v1.3.2
5+
6+
* Fix a small bug which required the explicit deletion of `descriptor.value` when converting an initializer to an accessor.
7+
48
## v1.3.1
59

610
* With the new split-out helpers in 1.3.0, Babel's `transform-runtime` was injecting the import statements too late. For now we avoid this by not allowing it to be rewritten by the transform.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-transform-decorators-legacy",
33
"description": "A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5.",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"author": "Logan Smyth <loganfsmyth@gmail.com>",
66
"main": "lib",
77
"license": "MIT",

0 commit comments

Comments
 (0)