Skip to content

Commit

Permalink
v1.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2024
1 parent 4237158 commit c459a1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.33.1] - 2024-10-05

### Changed

- Sync to upstream Luau 0.646

### Fixed

- Fixed a regression in 1.30.0 breaking type definitions files that rely on mutations like `Enum.Foo`
([#658](https://github.com/JohnnyMorganz/luau-lsp/issues/658))
([#658](https://github.com/JohnnyMorganz/luau-lsp/issues/658))

## [1.33.0] - 2024-09-27

Expand Down
2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bugs": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/issues"
},
"version": "1.33.0",
"version": "1.33.1",
"engines": {
"vscode": "^1.67.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ int main(int argc, char** argv)
return 1;
};

argparse::ArgumentParser program("luau-lsp", "1.33.0");
argparse::ArgumentParser program("luau-lsp", "1.33.1");
program.set_assign_chars(":=");

// Global arguments
Expand Down

0 comments on commit c459a1e

Please sign in to comment.