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

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Apr 26, 2018
1 parent bcfe2c2 commit 358ca9b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

<a name="1.0.0"></a>
# [1.0.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.28.2...v1.0.0) (2018-04-26)


### Bug Fixes

* **deps:** update dependency babylon to v7.0.0-beta.41 ([9b5736d](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/9b5736d))
* **deps:** update dependency babylon to v7.0.0-beta.42 ([48902cc](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/48902cc))
* **deps:** update dependency babylon to v7.0.0-beta.44 ([b77411e](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/b77411e))
* **deps:** update dependency babylon to v7.0.0-beta.46 ([a7939dd](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/a7939dd))
* **deps:** update dependency dts-dom to ^3.0.0 ([56b1012](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/56b1012))
* **deps:** update dependency meow to v5 ([d48b698](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/d48b698))


### Chores

* drop test on node4 ([db3b960](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/db3b960))


### BREAKING CHANGES

* drop node4 support



<a name="0.28.2"></a>
## [0.28.2](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.28.1...v0.28.2) (2018-03-14)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.28.2",
"version": "1.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 358ca9b

Please sign in to comment.