From 920d3f8343aac46bfbf3e552efd136556bbca5b8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Jul 2020 13:15:56 +0000 Subject: [PATCH] chore(release): 0.28.2 [skip ci] ## [0.28.2](https://github.com/searchfe/ts2php/compare/v0.28.1...v0.28.2) (2020-07-23) ### Bug Fixes * use full path to mark module required ([8c9849d](https://github.com/searchfe/ts2php/commit/8c9849d2375dbcd9d8577dbea4ed995fb8f1f0cd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c34411..f630c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.28.2](https://github.com/searchfe/ts2php/compare/v0.28.1...v0.28.2) (2020-07-23) + + +### Bug Fixes + +* use full path to mark module required ([8c9849d](https://github.com/searchfe/ts2php/commit/8c9849d2375dbcd9d8577dbea4ed995fb8f1f0cd)) + ## [0.28.1](https://github.com/searchfe/ts2php/compare/v0.28.0...v0.28.1) (2020-07-22) diff --git a/package.json b/package.json index e4169c6..7c6563c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts2php", - "version": "0.28.1", + "version": "0.28.2", "description": "TypeScript to PHP Transpiler", "main": "dist/index.js", "typings": "types/index.d.ts",