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

Commit cbbb5f9

Browse files
committed
chore(release): 0.13.0
1 parent 24dbe22 commit cbbb5f9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="0.13.0"></a>
6+
# [0.13.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.12.0...v0.13.0) (2016-10-20)
7+
8+
9+
### Features
10+
11+
* **parsing:** Add ability to parse babeled files (#121) ([a19c80c](https://github.com/knisterpeter/react-to-typescript-definitions/commit/a19c80c))
12+
13+
14+
115
<a name="0.12.0"></a>
216
# [0.12.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.11.1...v0.12.0) (2016-05-25)
317

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

0 commit comments

Comments
 (0)