Skip to content

Commit bbdb764

Browse files
committed
chore: bump version
1 parent 717f5b1 commit bbdb764

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Release Notes
22

3+
## [0.13.9]
4+
5+
### Fixed
6+
7+
- Fixed files not being read in time.
8+
39
## [0.13.8]
410

511
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sourcepawn-studio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sourcepawn-studio"
3-
version = "0.13.8"
3+
version = "0.13.9"
44
description = "Language Server implemention for the SourcePawn programming language."
55
include = ["Cargo.toml", "src/"]
66
edition.workspace = true

editors/code/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Release Notes
22

3+
## [8.1.2]
4+
5+
### Fixed
6+
7+
- LSP version bump
8+
39
## [8.1.1]
410

511
### Fixed

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sourcepawn-vscode",
33
"displayName": "SourcePawn Studio",
44
"description": "SourcePawn highlighting, autocompletion and much more",
5-
"version": "8.1.1",
5+
"version": "8.1.2",
66
"publisher": "Sarrus",
77
"main": "./dist/spIndex.js",
88
"icon": "sp-studio_square_256x256.png",

editors/code/package_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sourcepawn-vscode",
33
"displayName": "SourcePawn Studio",
44
"description": "SourcePawn highlighting, autocompletion and much more",
5-
"version": "8.1.1",
5+
"version": "8.1.2",
66
"publisher": "Sarrus",
77
"main": "./dist/spIndex.js",
88
"icon": "sp-studio_square_256x256.png",

0 commit comments

Comments
 (0)