From f511257b223c2366881acdc0577f5f37791f89fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Nov 2019 02:35:16 +0000 Subject: [PATCH] chore(release): 0.19.0 [skip ci] # [0.19.0](https://github.com/searchfe/ts2php/compare/v0.18.0...v0.19.0) (2019-11-24) ### Features * support Array.prototype.sort, close[#89](https://github.com/searchfe/ts2php/issues/89) ([9a59438](https://github.com/searchfe/ts2php/commit/9a59438fb836bd1edaa348829a1d7496218b4623)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 014e353..fe00d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.19.0](https://github.com/searchfe/ts2php/compare/v0.18.0...v0.19.0) (2019-11-24) + + +### Features + +* support Array.prototype.sort, close[#89](https://github.com/searchfe/ts2php/issues/89) ([9a59438](https://github.com/searchfe/ts2php/commit/9a59438fb836bd1edaa348829a1d7496218b4623)) + # [0.18.0](https://github.com/searchfe/ts2php/compare/v0.17.0...v0.18.0) (2019-11-20) diff --git a/package.json b/package.json index 56998b0..3d32ab3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts2php", - "version": "0.18.0", + "version": "0.19.0", "description": "TypeScript to PHP Transpiler", "main": "dist/index.js", "typings": "types/index.d.ts",