Skip to content

Commit

Permalink
chore(release): 0.28.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.28.1](v0.28.0...v0.28.1) (2020-07-22)

### Bug Fixes

* require_once'path needs double quote ([6b29baa](6b29baa))
  • Loading branch information
semantic-release-bot committed Jul 22, 2020
1 parent 6b29baa commit 75ca730
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.28.1](https://github.com/searchfe/ts2php/compare/v0.28.0...v0.28.1) (2020-07-22)


### Bug Fixes

* require_once'path needs double quote ([6b29baa](https://github.com/searchfe/ts2php/commit/6b29baa3a5dddc43c9e455f7ab18a0e434bc6d5f))

# [0.28.0](https://github.com/searchfe/ts2php/compare/v0.27.0...v0.28.0) (2020-07-21)


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

0 comments on commit 75ca730

Please sign in to comment.