From 9fd6fefaf1922cc8e95b172b30e317750027a1a4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Jun 2020 02:48:02 +0000 Subject: [PATCH] chore(release): 0.26.0 [skip ci] # [0.26.0](https://github.com/searchfe/ts2php/compare/v0.25.3...v0.26.0) (2020-06-19) ### Features * support not emitting `use` ([b9831ff](https://github.com/searchfe/ts2php/commit/b9831ffe33a856ac189601c0398795275863b7be)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9288859..b61fab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.26.0](https://github.com/searchfe/ts2php/compare/v0.25.3...v0.26.0) (2020-06-19) + + +### Features + +* support not emitting `use` ([b9831ff](https://github.com/searchfe/ts2php/commit/b9831ffe33a856ac189601c0398795275863b7be)) + ## [0.25.3](https://github.com/searchfe/ts2php/compare/v0.25.2...v0.25.3) (2020-06-04) diff --git a/package.json b/package.json index c8092e3..a6bc83a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts2php", - "version": "0.25.3", + "version": "0.26.0", "description": "TypeScript to PHP Transpiler", "main": "dist/index.js", "typings": "types/index.d.ts",