Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed Jan 17, 2025
1 parent b493150 commit 2d45a61
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/sourcepawn-studio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourcepawn-studio"
version = "0.13.6"
version = "0.13.7"
description = "Language Server implemention for the SourcePawn programming language."
include = ["Cargo.toml", "src/"]
edition.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions editors/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Release Notes

## [8.1.0]

### Fixed

- Made the extension work with single files, outside of a workspace.
- LSP version bump

## [8.0.7]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions editors/code/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sourcepawn-vscode",
"displayName": "SourcePawn Studio",
"description": "SourcePawn highlighting, autocompletion and much more",
"version": "8.0.7",
"version": "8.1.0",
"publisher": "Sarrus",
"main": "./dist/spIndex.js",
"icon": "sp-studio_square_256x256.png",
Expand Down
2 changes: 1 addition & 1 deletion editors/code/package_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sourcepawn-vscode",
"displayName": "SourcePawn Studio",
"description": "SourcePawn highlighting, autocompletion and much more",
"version": "8.0.7",
"version": "8.1.0",
"publisher": "Sarrus",
"main": "./dist/spIndex.js",
"icon": "sp-studio_square_256x256.png",
Expand Down

0 comments on commit 2d45a61

Please sign in to comment.