File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
7474 "dependencies" : {
7575 "@babel/helper-plugin-utils" : " ^7.0.0"
7676 }
77- }
77+ }
You can’t perform that action at this time.
0 commit comments