diff --git a/CHANGELOG.md b/CHANGELOG.md index e623fa27..5984d4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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 @@ -13,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### 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 diff --git a/editors/code/package.json b/editors/code/package.json index c7b6c3a8..58f3534b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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" }, diff --git a/src/main.cpp b/src/main.cpp index 19953efd..67d672d0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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