Skip to content

Commit 1c260b1

Browse files
release: 1.2.46
1 parent ea13be7 commit 1c260b1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.2.46
2+
3+
- Upgrade fmt.stub.php [(V1050.0.0)](https://github.com/driade/phpfmt8/releases/tag/v1050.0.0)
4+
15
### 1.2.45
26

37
- Upgrade fmt.stub.php [(V1049.0.0)](https://github.com/driade/phpfmt8/releases/tag/v1049.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-phpfmt",
33
"displayName": "phpfmt - PHP formatter",
4-
"version": "1.2.45",
4+
"version": "1.2.46",
55
"description": "Integrates phpfmt into VS Code",
66
"main": "./dist/extension",
77
"scripts": {

src/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Meta info
55
export const publisher = "kokororin"
66
export const name = "vscode-phpfmt"
7-
export const version = "1.2.44"
7+
export const version = "1.2.45"
88
export const displayName = "phpfmt - PHP formatter"
99
export const description = "Integrates phpfmt into VS Code"
1010
export const extensionId = `${publisher}.${name}`

0 commit comments

Comments
 (0)