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.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Nov 4, 2016
1 parent 2121d9b commit 497ea70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.16.0"></a>
# [0.16.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.15.0...v0.16.0) (2016-11-04)


### Features

* add partial support for onOf propType (#218) ([d6d7d1e](https://github.com/knisterpeter/react-to-typescript-definitions/commit/d6d7d1e))
* add support for symbol propType ([c2a2542](https://github.com/knisterpeter/react-to-typescript-definitions/commit/c2a2542))
* implement shape propType (#219) ([6876062](https://github.com/knisterpeter/react-to-typescript-definitions/commit/6876062))



<a name="0.15.0"></a>
# [0.15.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.14.1...v0.15.0) (2016-11-03)

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

0 comments on commit 497ea70

Please sign in to comment.