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

Commit 358ca9b

Browse files
committed
chore(release): 1.0.0
1 parent bcfe2c2 commit 358ca9b

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.28.2...v1.0.0) (2018-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency babylon to v7.0.0-beta.41 ([9b5736d](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/9b5736d))
12+
* **deps:** update dependency babylon to v7.0.0-beta.42 ([48902cc](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/48902cc))
13+
* **deps:** update dependency babylon to v7.0.0-beta.44 ([b77411e](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/b77411e))
14+
* **deps:** update dependency babylon to v7.0.0-beta.46 ([a7939dd](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/a7939dd))
15+
* **deps:** update dependency dts-dom to ^3.0.0 ([56b1012](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/56b1012))
16+
* **deps:** update dependency meow to v5 ([d48b698](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/d48b698))
17+
18+
19+
### Chores
20+
21+
* drop test on node4 ([db3b960](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/db3b960))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* drop node4 support
27+
28+
29+
530
<a name="0.28.2"></a>
631
## [0.28.2](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.28.1...v0.28.2) (2018-03-14)
732

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-to-typescript-definitions",
3-
"version": "0.28.2",
3+
"version": "1.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)