From a359decb31c0a2de099696e10f65702ffcab7696 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:24:43 +0000 Subject: [PATCH] Bump Version to 2.0.8 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6478418..112973b 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.8] - 2024-07-19 + ### Added - Support for executing unsaved files without selection @@ -92,7 +94,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.7...HEAD +[unreleased]: https://github.com/argon-rbx/argon-vscode/compare/2.0.8...HEAD +[2.0.8]: https://github.com/argon-rbx/argon-vscode/compare/2.0.7...2.0.8 [2.0.7]: https://github.com/argon-rbx/argon-vscode/compare/2.0.6...2.0.7 [2.0.6]: https://github.com/argon-rbx/argon-vscode/compare/2.0.5...2.0.6 [2.0.5]: https://github.com/argon-rbx/argon-vscode/compare/2.0.4...2.0.5 diff --git a/package.json b/package.json index 4c52eab..25cdcb0 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.7", + "version": "2.0.8", "icon": "assets/logo.png", "homepage": "https://argon.wiki", "repository": {