diff --git a/CHANGELOG.md b/CHANGELOG.md index f630c47..764bfc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.28.3](https://github.com/searchfe/ts2php/compare/v0.28.2...v0.28.3) (2020-07-30) + + +### Bug Fixes + +* 正则 match 方法,g 判断错误 ([5c11fbd](https://github.com/searchfe/ts2php/commit/5c11fbd08683d33c757bb028b6a471ed41dba993)) + ## [0.28.2](https://github.com/searchfe/ts2php/compare/v0.28.1...v0.28.2) (2020-07-23) diff --git a/package.json b/package.json index 7c6563c..8976edb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts2php", - "version": "0.28.2", + "version": "0.28.3", "description": "TypeScript to PHP Transpiler", "main": "dist/index.js", "typings": "types/index.d.ts",