Skip to content

Commit

Permalink
chore(release): 0.30.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.30.1](v0.30.0...v0.30.1) (2020-10-15)

### Bug Fixes

* imported function report unsupport ([010ef00](010ef00))
  • Loading branch information
semantic-release-bot committed Oct 15, 2020
1 parent 010ef00 commit 1354984
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.30.1](https://github.com/searchfe/ts2php/compare/v0.30.0...v0.30.1) (2020-10-15)


### Bug Fixes

* imported function report unsupport ([010ef00](https://github.com/searchfe/ts2php/commit/010ef00a423f0d18eafb67cd211be26c6516c35d))

# [0.30.0](https://github.com/searchfe/ts2php/compare/v0.29.0...v0.30.0) (2020-08-24)


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

0 comments on commit 1354984

Please sign in to comment.