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

Commit 478f5ae

Browse files
committed
chore(release): 1.1.0
1 parent 3e41b31 commit 478f5ae

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Diff for: CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.1.0"></a>
6+
# [1.1.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v1.0.0...v1.1.0) (2018-08-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency astq to v2.2.10 ([a9c27c7](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/a9c27c7))
12+
* **deps:** update dependency astq to v2.3.1 ([e9d58aa](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/e9d58aa))
13+
* **deps:** update dependency astq to v2.3.3 ([c6a5f97](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/c6a5f97))
14+
* **deps:** update dependency astq to v2.3.4 ([3d077de](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/3d077de))
15+
* **deps:** update dependency astq to v2.3.6 ([0064a64](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/0064a64))
16+
* **deps:** update dependency babel-generator to v6.26.1 ([ff30c67](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/ff30c67))
17+
* **deps:** update dependency babylon to v7.0.0-beta.47 ([ab95114](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/ab95114))
18+
* **deps:** update dependency chalk to v2.4.1 ([e4980fc](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/e4980fc))
19+
* **deps:** update dependency dts-dom to v3.1.0 ([1d79303](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/1d79303))
20+
21+
22+
### Features
23+
24+
* allow custom eol characters ([3e41b31](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/3e41b31)), closes [#609](https://github.com/KnisterPeter/react-to-typescript-definitions/issues/609)
25+
26+
27+
528
<a name="1.0.0"></a>
629
# [1.0.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.28.2...v1.0.0) (2018-04-26)
730

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