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

Commit

Permalink
chore(release): 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Apr 3, 2017
1 parent a9bdecb commit 4ae1f25
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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="0.21.0"></a>
# [0.21.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.20.0...v0.21.0) (2017-04-03)


### Bug Fixes

* **package:** update dts-dom to version 0.1.17 ([03e7ef6](https://github.com/knisterpeter/react-to-typescript-definitions/commit/03e7ef6))
* handle unnamed default export ([a0be64e](https://github.com/knisterpeter/react-to-typescript-definitions/commit/a0be64e)), closes [#350](https://github.com/knisterpeter/react-to-typescript-definitions/issues/350)
* **package:** update dts-dom to version 0.1.18 ([1405400](https://github.com/knisterpeter/react-to-typescript-definitions/commit/1405400))


### Features

* support output for react-like libraries ([0ed6ffc](https://github.com/knisterpeter/react-to-typescript-definitions/commit/0ed6ffc)), closes [#351](https://github.com/knisterpeter/react-to-typescript-definitions/issues/351)



<a name="0.20.0"></a>
# [0.20.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.19.1...v0.20.0) (2017-03-21)

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": "0.20.0",
"version": "0.21.0",
"description": "Create typescript definitions files (d.ts) from react components",
"main": "dist/src/index.js",
"bin": {
Expand Down

0 comments on commit 4ae1f25

Please sign in to comment.