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

Commit dc57832

Browse files
committed
chore(release): 3.1.0
1 parent 40bccb0 commit dc57832

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [3.1.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v3.0.1...v3.1.0) (2021-11-12)
6+
7+
8+
### Features
9+
10+
* create definitions for components exported as object with component properties ([38603a0](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/38603a05f7d20dcde74201b171194bc4a94e4552))
11+
* create intersection types for components with dot notation component members ([40bccb0](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/40bccb0f631d88ce1e2dfc51e4110a37df182b99))
12+
513
### [3.0.1](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v3.0.0...v3.0.1) (2021-04-07)
614

715
### Bug Fixes

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": "3.0.1",
3+
"version": "3.1.0",
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)