diff --git a/CHANGELOG.md b/CHANGELOG.md index 237cb6f..ed749ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [2.0.12] - 2024-08-21 + ### Added - Completion for new settings in Argon's global and workspace config @@ -131,7 +133,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - Initial release -[unreleased]: https://github.com/argon-rbx/argon-vscode/compare/2.0.11...HEAD +[unreleased]: https://github.com/argon-rbx/argon-vscode/compare/2.0.12...HEAD +[2.0.12]: https://github.com/argon-rbx/argon-vscode/compare/2.0.11...2.0.12 [2.0.11]: https://github.com/argon-rbx/argon-vscode/compare/2.0.10...2.0.11 [2.0.10]: https://github.com/argon-rbx/argon-vscode/compare/2.0.9...2.0.10 [2.0.9]: https://github.com/argon-rbx/argon-vscode/compare/2.0.8...2.0.9 diff --git a/package.json b/package.json index e4c4e02..f7183bc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Argon", "description": "Full featured tool for Roblox development", "publisher": "Dervex", - "version": "2.0.11", + "version": "2.0.12", "icon": "assets/logo.png", "homepage": "https://argon.wiki", "repository": {