Skip to content

Commit

Permalink
🔖 v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfactory committed Mar 24, 2019
1 parent 0eb91bb commit 7dfb766
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.2.0](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.1.1...v0.2.0) (2019-03-24)


### ✨ Features

* Enhance type serialization following TSC [#1](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/issues/1) ([5a76db1](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/5a76db1))


### 🐛 Bug Fixes

* Fix parameter assignments type serialization ([0eb91bb](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/0eb91bb))


### 📚 Documentation

* Add motivation to README ([f59c802](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/f59c802))


## [0.1.1](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.1.0...v0.1.1) (2019-03-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-typescript-metadata",
"version": "0.1.1",
"version": "0.2.0",
"description": "Babel plugin to emit decorator metadata like typescript compiler",
"main": "lib/plugin.js",
"repository": "https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata.git",
Expand Down

0 comments on commit 7dfb766

Please sign in to comment.