Skip to content

Commit

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


### 📚 Documentation

* Add current pitfalls to README ([2f2b888](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/2f2b888))


### 🏗 Chore

* Add package.json keywords ([97690ca](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/97690ca))


# [0.2.0](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.1.1...v0.2.0) (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.2.0",
"version": "0.2.1",
"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 44d7b58

Please sign in to comment.