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

Commit 8c1f418

Browse files
author
Markus Wolf
committed
chore(release): 0.24.1
1 parent dee5b70 commit 8c1f418

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="0.24.1"></a>
6+
## [0.24.1](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.24.0...v0.24.1) (2018-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **npm:** add "types" entry to package.json ([b71c964](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/b71c964))
12+
13+
14+
515
<a name="0.24.0"></a>
616
# [0.24.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.23.0...v0.24.0) (2017-12-12)
717

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-to-typescript-definitions",
3-
"version": "0.24.0",
3+
"version": "0.24.1",
44
"description": "Create typescript definitions files (d.ts) from react components",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)