Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed Mar 4, 2024
1 parent 5df60ce commit 84a66af
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Release Notes

## [0.13.0]

### Chore

- Prerelease: Only GotoDefinition and Lints work for now.

## [0.12.0]

### Fixed
Expand Down
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_lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourcepawn_lsp"
version = "0.12.0"
version = "0.13.0"
description = "Language Server implemention for the SourcePawn programming language."
include = ["Cargo.toml", "src/"]
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions editors/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Release Notes

## [7.0.0]

### Chore

- LSP version bump. Only GoToDefinition and Lints work as of now.

## [6.2.0]

### Added
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",
"description": "SourcePawn highlighting, autocompletion and much more",
"version": "6.2.0",
"version": "7.0.0",
"publisher": "Sarrus",
"main": "./dist/spIndex.js",
"icon": "sm.png",
Expand Down

0 comments on commit 84a66af

Please sign in to comment.