From 829f1f6a8313fa1f44bb804e6371e0babaa10bda Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:23:45 +0000 Subject: [PATCH] Bump Version to 2.0.4 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b59c1..46b46d5 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.4] - 2024-05-08 + ### Added - It is now possible to open `.rbxl` pr `.rbxlx` file using `Studio` command @@ -55,7 +57,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.3...HEAD +[unreleased]: https://github.com/argon-rbx/argon-vscode/compare/2.0.4...HEAD +[2.0.4]: https://github.com/argon-rbx/argon-vscode/compare/2.0.3...2.0.4 [2.0.3]: https://github.com/argon-rbx/argon-vscode/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/argon-rbx/argon-vscode/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/argon-rbx/argon-vscode/compare/2.0.0...2.0.1 diff --git a/package.json b/package.json index 25755c6..0c1cbfc 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.3", + "version": "2.0.4", "icon": "assets/logo.png", "homepage": "https://argon.wiki", "repository": {