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

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed May 17, 2019
1 parent 097518e commit 6259fe1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,34 @@
# Change Log
# Changelog

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.

## [2.0.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v1.2.0...v2.0.0) (2019-05-17)


### Bug Fixes

* **deps:** remove stubbed strip-ansi typings, use default import ([75f59b6](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/75f59b6))
* **deps:** update dependency chalk to v2.4.2 ([dd31c7e](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/dd31c7e))
* **deps:** update dependency dts-dom to v3.1.1 ([5c20f13](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/5c20f13))
* **deps:** update dependency dts-dom to v3.2.0 ([e4ad59c](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/e4ad59c))
* **deps:** update dependency get-stdin to v7 ([61fb667](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/61fb667))
* **deps:** update dependency strip-ansi to v5 ([a321237](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/a321237))
* **deps:** update dependency strip-ansi to v5.1.0 ([7d6aee4](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/7d6aee4))
* **deps:** update dependency strip-ansi to v5.2.0 ([5360d26](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/5360d26))
* remove unused variable ([70dace6](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/70dace6))


### chore

* drop support for node6 ([032a8b1](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/032a8b1))


### BREAKING CHANGES

* drop support for node6



<a name="1.2.0"></a>
# [1.2.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v1.1.0...v1.2.0) (2018-09-26)

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": "1.2.0",
"version": "2.0.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 6259fe1

Please sign in to comment.