Skip to content

Commit

Permalink
🔖 v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfactory committed Oct 12, 2020
1 parent dcda271 commit 775caf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.1](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.3.0...v0.3.1) (2020-10-12)


### 🐛 Bug Fixes

* Use cloneDeep to keep reference linked ([869a913](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/commit/869a913))

# [0.3.0](https://github.com/leonardfactory/babel-plugin-transform-typescript-metadata/compare/v0.2.2...v0.3.0) (2020-03-05)


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.3.0",
"version": "0.3.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 775caf3

Please sign in to comment.