diff --git a/CHANGELOG.md b/CHANGELOG.md index 75731a2..f5d5c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.16.1](https://github.com/searchfe/ts2php/compare/v0.16.0...v0.16.1) (2019-11-19) + + +### Bug Fixes + +* [#87](https://github.com/searchfe/ts2php/issues/87) ([d82b3fa](https://github.com/searchfe/ts2php/commit/d82b3fa71e5f84d2597f466444fc21a7ea5385bb)) + # [0.16.0](https://github.com/searchfe/ts2php/compare/v0.15.0...v0.16.0) (2019-11-19) diff --git a/package.json b/package.json index 187073d..02e8870 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts2php", - "version": "0.16.0", + "version": "0.16.1", "description": "TypeScript to PHP Transpiler", "main": "dist/index.js", "typings": "types/index.d.ts",