Skip to content

Commit 3702dda

Browse files
🔖 v0.3.0
1 parent 8b54814 commit 3702dda

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [0.3.0](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.2.2...v0.3.0) (2020-03-05)
2+
3+
4+
### ✨ Features
5+
6+
* Add support for TSBigIntKeyword ([358a689](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/358a689))
7+
* Move param dec to class ([1371f6b](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/1371f6b))
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* Restored [@babel](https://github.com/babel)/core types to allow TSC checking ([55ff485](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/55ff485))
13+
14+
15+
### 🏗 Chore
16+
17+
* Update release-it to v11+ ([e61386f](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/e61386f))
18+
119
## [0.2.2](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.2.1...v0.2.2) (2019-03-27)
220

321

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-typescript-metadata",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Babel plugin to emit decorator metadata like typescript compiler",
55
"main": "lib/plugin.js",
66
"repository": "https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata.git",
@@ -74,4 +74,4 @@
7474
"dependencies": {
7575
"@babel/helper-plugin-utils": "^7.0.0"
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)