Skip to content

Commit

Permalink
release: 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed May 4, 2023
1 parent b4a467f commit fb818f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.1.7

- Fix php version bug [(#107)](https://github.com/kokororin/vscode-phpfmt/issues/107)

### 1.1.6

- Fix core passes not allowed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-phpfmt",
"displayName": "phpfmt - PHP formatter",
"version": "1.1.6",
"version": "1.1.7",
"description": "Integrates phpfmt into VS Code",
"main": "./out/src/extension",
"scripts": {
Expand Down Expand Up @@ -527,4 +527,4 @@
"tslib": "^2.5.0",
"use-phpfmt": "^0.0.1"
}
}
}

0 comments on commit fb818f6

Please sign in to comment.