Skip to content

Commit 2ac9140

Browse files
committed
chore(release): 2.0.0
1 parent b1b11a4 commit 2ac9140

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
## [2.0.0](https://github.com/merceyz/typescript-to-proptypes/compare/v1.5.0...v2.0.0) (2020-05-31)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Support for Node versions less than 10.3.0 has been dropped
10+
11+
### Features
12+
13+
- consider squashed call signatures of function components ([#20](https://github.com/merceyz/typescript-to-proptypes/issues/20)) ([514d8ed](https://github.com/merceyz/typescript-to-proptypes/commit/514d8ed55375406a70640d64c4a166aa52e24ae2))
14+
15+
### Bug Fixes
16+
17+
- allow non-string literals ([#21](https://github.com/merceyz/typescript-to-proptypes/issues/21)) ([546e7ad](https://github.com/merceyz/typescript-to-proptypes/commit/546e7addc86198e641d3bfd3dd08ecb55c970600))
18+
19+
### Build System
20+
21+
- drop support for node versions less than 10.3.0 ([2fbca64](https://github.com/merceyz/typescript-to-proptypes/commit/2fbca64e0964509e1a74d29f564be41a78e9fa29))
22+
523
## [1.5.0](https://github.com/merceyz/typescript-to-proptypes/compare/v1.4.2...v1.5.0) (2020-04-06)
624

725
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-to-proptypes",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Generate proptypes from typescript declarations",
55
"main": "dist/index.js",
66
"engines": {

0 commit comments

Comments
 (0)