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

Commit 4a2239c

Browse files
committed
0.10.0
1 parent d6f5b46 commit 4a2239c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.10.0"></a>
2+
# [0.10.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.9.0...v0.10.0) (2016-02-01)
3+
4+
5+
### Features
6+
7+
* Added support for ref attributes ([d6f5b46](https://github.com/knisterpeter/react-to-typescript-definitions/commit/d6f5b46))
8+
9+
10+
111
<a name="0.9.0"></a>
212
# [0.9.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.8.0...v0.9.0) (2016-01-29)
313

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.9.0",
3+
"version": "0.10.0",
44
"description": "Create typescript definitions files (d.ts) from react components",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)