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.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Jan 27, 2017
1 parent 3d3cfad commit 719d7fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.18.1"></a>
## [0.18.1](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.18.0...v0.18.1) (2017-01-27)


### Bug Fixes

* replace all newlines ([7a7153b](https://github.com/knisterpeter/react-to-typescript-definitions/commit/7a7153b))
* **typings:** handle one more type of es6 exports (#287) ([3d3cfad](https://github.com/knisterpeter/react-to-typescript-definitions/commit/3d3cfad))



<a name="0.18.0"></a>
# [0.18.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.17.1...v0.18.0) (2017-01-11)

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

0 comments on commit 719d7fa

Please sign in to comment.