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

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Apr 9, 2016
1 parent c088d44 commit f9790d6
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
@@ -1,3 +1,15 @@
Your git-log command is:
git log --format="%B%n-hash-%n%H%n-gitTags-%n%d%n-committerDate-%n%ci%n------------------------ >8 ------------------------" "HEAD" --no-merges
<a name="0.11.0"></a>
# [0.11.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.10.0...v0.11.0) (2016-04-09)


### Bug Fixes

* **parser:** configure babel to be as permissive as possible ([586b5ec](https://github.com/knisterpeter/react-to-typescript-definitions/commit/586b5ec))



<a name="0.10.0"></a>
# [0.10.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.9.0...v0.10.0) (2016-02-01)

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

0 comments on commit f9790d6

Please sign in to comment.