Skip to content

Commit

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

- Switch package manager to PNPM

### 1.1.40

- Fix lint php files with spaces failed
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.40",
"version": "1.2.0",
"description": "Integrates phpfmt into VS Code",
"main": "./dist/extension",
"scripts": {
Expand Down

0 comments on commit b3ca06c

Please sign in to comment.