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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Nov 7, 2016
1 parent 0fa1fa7 commit 62754d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.2"></a>
## [0.16.2](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.16.1...v0.16.2) (2016-11-07)


### Bug Fixes

* enum-types should fallback to any ([0fa1fa7](https://github.com/knisterpeter/react-to-typescript-definitions/commit/0fa1fa7))



<a name="0.16.1"></a>
## [0.16.1](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.16.0...v0.16.1) (2016-11-07)

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

0 comments on commit 62754d1

Please sign in to comment.