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

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Nov 12, 2021
1 parent 40bccb0 commit dc57832
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [3.1.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v3.0.1...v3.1.0) (2021-11-12)


### Features

* create definitions for components exported as object with component properties ([38603a0](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/38603a05f7d20dcde74201b171194bc4a94e4552))
* create intersection types for components with dot notation component members ([40bccb0](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/40bccb0f631d88ce1e2dfc51e4110a37df182b99))

### [3.0.1](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v3.0.0...v3.0.1) (2021-04-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-to-typescript-definitions",
"version": "3.0.1",
"version": "3.1.0",
"description": "Create typescript definitions files (d.ts) from react components",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit dc57832

Please sign in to comment.