Skip to content

Commit 1849f80

Browse files
committed
Release v1.3.1
1 parent e0a1673 commit 1849f80

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.1
5+
6+
* 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.
7+
48
## v1.3.0
59

610
* Class property support for descriptors where originally only the value was used

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.0",
4+
"version": "1.3.1",
55
"author": "Logan Smyth <loganfsmyth@gmail.com>",
66
"main": "lib",
77
"license": "MIT",

0 commit comments

Comments
 (0)