diff --git a/CHANGELOG.md b/CHANGELOG.md index 764bfc4..e8a26b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.28.4](https://github.com/searchfe/ts2php/compare/v0.28.3...v0.28.4) (2020-08-04) + + +### Bug Fixes + +* import from dir ([52859a0](https://github.com/searchfe/ts2php/commit/52859a065b2426157ab72deec86503d0b6d13d90)) + ## [0.28.3](https://github.com/searchfe/ts2php/compare/v0.28.2...v0.28.3) (2020-07-30) diff --git a/package.json b/package.json index 8976edb..1d7eff4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts2php", - "version": "0.28.3", + "version": "0.28.4", "description": "TypeScript to PHP Transpiler", "main": "dist/index.js", "typings": "types/index.d.ts",