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

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Sep 26, 2018
1 parent 5fab99e commit 8d3184c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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="1.2.0"></a>
# [1.2.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v1.1.0...v1.2.0) (2018-09-26)


### Features

* allow users to set additional babylon plugins ([9798c08](https://github.com/KnisterPeter/react-to-typescript-definitions/commit/9798c08))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/KnisterPeter/react-to-typescript-definitions/compare/v1.0.0...v1.1.0) (2018-08-16)

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": "1.1.0",
"version": "1.2.0",
"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 8d3184c

Please sign in to comment.