Skip to content

Commit 65c1eae

Browse files
committed
Release v1.2.0
1 parent 03659a1 commit 65c1eae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

22
# Changelog
33

4+
## v1.2.0
5+
6+
* Support class properties with no initializer, e.g. @decorator a;
7+
* Properly handle decorating properties/methods with string and numeric literal keys
8+
49
## v1.1.0
510

611
* Support static class methods

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

0 commit comments

Comments
 (0)