Skip to content

Commit

Permalink
release: 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Apr 30, 2023
1 parent df920b5 commit ea83ede
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.1.5

- Check passes exists [(#104)](https://github.com/kokororin/vscode-phpfmt/issues/104)

### 1.1.4

- Add command `toggleAdditionalTransformations`
Expand All @@ -18,7 +22,7 @@

### 1.1.1

- Update fmt.phar [(#101)](https://github.com/kokororin/vscode-phpfmt/pull/101)
- Update fmt.phar [(PR #101)](https://github.com/kokororin/vscode-phpfmt/pull/101)

### 1.0.31
- Update fmt.phar to 19.8.0
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "1.1.5",
"description": "Integrates phpfmt into VS Code",
"main": "./out/src/extension",
"scripts": {
Expand Down

0 comments on commit ea83ede

Please sign in to comment.