Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Mar 21, 2017
1 parent 03c7b74 commit 6eefaa7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.20.0"></a>
# [0.20.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.19.1...v0.20.0) (2017-03-21)


### Bug Fixes

* **package:** update babel-generator to version 6.24.0 ([20b8840](https://github.com/knisterpeter/react-to-typescript-definitions/commit/20b8840))
* **package:** update dts-dom to version 0.1.16 ([2b0cf25](https://github.com/knisterpeter/react-to-typescript-definitions/commit/2b0cf25))
* **package:** update pascal-case to version 2.0.1 ([fe8ad84](https://github.com/knisterpeter/react-to-typescript-definitions/commit/fe8ad84))


### Features

* handle array props with shapes in extractComplexTypes ([efb0fa8](https://github.com/knisterpeter/react-to-typescript-definitions/commit/efb0fa8))



<a name="0.19.1"></a>
## [0.19.1](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.19.0...v0.19.1) (2017-03-02)

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": "react-to-typescript-definitions",
"version": "0.19.1",
"version": "0.20.0",
"description": "Create typescript definitions files (d.ts) from react components",
"main": "dist/src/index.js",
"bin": {
Expand Down

0 comments on commit 6eefaa7

Please sign in to comment.