Skip to content

Commit

Permalink
chore(release): 0.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.19.0](v0.18.0...v0.19.0) (2019-11-24)

### Features

* support Array.prototype.sort, close[#89](#89) ([9a59438](9a59438))
  • Loading branch information
semantic-release-bot committed Nov 24, 2019
1 parent 9a59438 commit f511257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.18.0",
"version": "0.19.0",
"description": "TypeScript to PHP Transpiler",
"main": "dist/index.js",
"typings": "types/index.d.ts",
Expand Down

0 comments on commit f511257

Please sign in to comment.