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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Oct 31, 2016
1 parent c7a988b commit 25737ff
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.0"></a>
# [0.14.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.13.0...v0.14.0) (2016-10-31)


### Features

* add support for stateless function components (#204) ([c7a988b](https://github.com/knisterpeter/react-to-typescript-definitions/commit/c7a988b))



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

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

0 comments on commit 25737ff

Please sign in to comment.