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

Commit f9790d6

Browse files
committed
0.11.0
1 parent c088d44 commit f9790d6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Your git-log command is:
2+
git log --format="%B%n-hash-%n%H%n-gitTags-%n%d%n-committerDate-%n%ci%n------------------------ >8 ------------------------" "HEAD" --no-merges
3+
<a name="0.11.0"></a>
4+
# [0.11.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.10.0...v0.11.0) (2016-04-09)
5+
6+
7+
### Bug Fixes
8+
9+
* **parser:** configure babel to be as permissive as possible ([586b5ec](https://github.com/knisterpeter/react-to-typescript-definitions/commit/586b5ec))
10+
11+
12+
113
<a name="0.10.0"></a>
214
# [0.10.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.9.0...v0.10.0) (2016-02-01)
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-to-typescript-definitions",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Create typescript definitions files (d.ts) from react components",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)