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.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Wolf committed Mar 14, 2018
1 parent 5ab2f9d commit 68fd115
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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


### Bug Fixes

* **deps:** update dependency babylon to v7.0.0-beta.40 ([75bd5f6](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/75bd5f6))
* **deps:** update dependency get-stdin to ^6.0.0 ([aa579ea](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/aa579ea))
* for SFCs export a const and not a type ([173eeb7](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/173eeb7))



<a name="0.28.1"></a>
## [0.28.1](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v0.28.0...v0.28.1) (2018-02-23)

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.1",
"version": "0.28.2",
"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 68fd115

Please sign in to comment.