From 75ca7307a7fa54358698f2b9db9e6a6cc04e1a73 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Jul 2020 10:33:46 +0000 Subject: [PATCH] chore(release): 0.28.1 [skip ci] ## [0.28.1](https://github.com/searchfe/ts2php/compare/v0.28.0...v0.28.1) (2020-07-22) ### Bug Fixes * require_once'path needs double quote ([6b29baa](https://github.com/searchfe/ts2php/commit/6b29baa3a5dddc43c9e455f7ab18a0e434bc6d5f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a201d49..2c34411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.28.1](https://github.com/searchfe/ts2php/compare/v0.28.0...v0.28.1) (2020-07-22) + + +### Bug Fixes + +* require_once'path needs double quote ([6b29baa](https://github.com/searchfe/ts2php/commit/6b29baa3a5dddc43c9e455f7ab18a0e434bc6d5f)) + # [0.28.0](https://github.com/searchfe/ts2php/compare/v0.27.0...v0.28.0) (2020-07-21) diff --git a/package.json b/package.json index f6b865e..e4169c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts2php", - "version": "0.28.0", + "version": "0.28.1", "description": "TypeScript to PHP Transpiler", "main": "dist/index.js", "typings": "types/index.d.ts",