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.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Nov 1, 2016
1 parent 1dca59c commit 5832e7e
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.14.1"></a>
## [0.14.1](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.14.0...v0.14.1) (2016-11-01)


### Bug Fixes

* allow empty or non-export input files (#213) ([1dca59c](https://github.com/knisterpeter/react-to-typescript-definitions/commit/1dca59c)), closes [#212](https://github.com/knisterpeter/react-to-typescript-definitions/issues/212)



<a name="0.14.0"></a>
# [0.14.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.13.0...v0.14.0) (2016-10-31)

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

0 comments on commit 5832e7e

Please sign in to comment.