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

Commit 6259fe1

Browse files
committed
chore(release): 2.0.0
1 parent 097518e commit 6259fe1

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,34 @@
1-
# Change Log
1+
# Changelog
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/KnisterPeter/react-to-typescript-definitions/compare/v1.2.0...v2.0.0) (2019-05-17)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** remove stubbed strip-ansi typings, use default import ([75f59b6](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/75f59b6))
11+
* **deps:** update dependency chalk to v2.4.2 ([dd31c7e](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/dd31c7e))
12+
* **deps:** update dependency dts-dom to v3.1.1 ([5c20f13](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/5c20f13))
13+
* **deps:** update dependency dts-dom to v3.2.0 ([e4ad59c](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/e4ad59c))
14+
* **deps:** update dependency get-stdin to v7 ([61fb667](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/61fb667))
15+
* **deps:** update dependency strip-ansi to v5 ([a321237](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/a321237))
16+
* **deps:** update dependency strip-ansi to v5.1.0 ([7d6aee4](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/7d6aee4))
17+
* **deps:** update dependency strip-ansi to v5.2.0 ([5360d26](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/5360d26))
18+
* remove unused variable ([70dace6](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/70dace6))
19+
20+
21+
### chore
22+
23+
* drop support for node6 ([032a8b1](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/032a8b1))
24+
25+
26+
### BREAKING CHANGES
27+
28+
* drop support for node6
29+
30+
31+
532
<a name="1.2.0"></a>
633
# [1.2.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v1.1.0...v1.2.0) (2018-09-26)
734

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": "1.2.0",
3+
"version": "2.0.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)