Skip to content

Commit

Permalink
chore(release): 0.30.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.30.0](v0.29.0...v0.30.0) (2020-08-24)

### Bug Fixes

* [#128](#128) ([d9f28b4](d9f28b4))
* test case ([2cde59e](2cde59e))

### Features

* update typescript to 3.9 ([303ae02](303ae02))
  • Loading branch information
semantic-release-bot committed Aug 24, 2020
1 parent 2cde59e commit 2e0842c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.30.0](https://github.com/searchfe/ts2php/compare/v0.29.0...v0.30.0) (2020-08-24)


### Bug Fixes

* [#128](https://github.com/searchfe/ts2php/issues/128) ([d9f28b4](https://github.com/searchfe/ts2php/commit/d9f28b453e913827c2db31e958e8fffccd51fa1b))
* test case ([2cde59e](https://github.com/searchfe/ts2php/commit/2cde59ec30f9922eace75462f9e44e9a8276a001))


### Features

* update typescript to 3.9 ([303ae02](https://github.com/searchfe/ts2php/commit/303ae02794f8044cf2b21b3e6a0e1368757b1d87))

# [0.29.0](https://github.com/searchfe/ts2php/compare/v0.28.4...v0.29.0) (2020-08-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts2php",
"version": "0.29.0",
"version": "0.30.0",
"description": "TypeScript to PHP Transpiler",
"main": "dist/index.js",
"typings": "types/index.d.ts",
Expand Down

0 comments on commit 2e0842c

Please sign in to comment.