From b5252ad7a6d7a0023027723fd73a1fc8d6f7aff3 Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Thu, 3 Nov 2016 14:46:02 +0100 Subject: [PATCH] chore(release): 0.15.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12616df6..780031e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [0.15.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.14.1...v0.15.0) (2016-11-03) + + +### Features + +* write multiple outputs per file (#211) ([f6f63ae](https://github.com/knisterpeter/react-to-typescript-definitions/commit/f6f63ae)) + + + ## [0.14.1](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.14.0...v0.14.1) (2016-11-01) diff --git a/package.json b/package.json index 76fdc86c..496f387a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-to-typescript-definitions", - "version": "0.14.1", + "version": "0.15.0", "description": "Create typescript definitions files (d.ts) from react components", "main": "dist/src/index.js", "bin": {