From 399ea5b85831f845a0da9625e78235bd67cc1a96 Mon Sep 17 00:00:00 2001 From: Tom X Nguyen Date: Fri, 16 Aug 2024 15:01:01 +0700 Subject: [PATCH] chore(release): 1.9.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44861a1..8bbcc8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.9.3](https://github.com/monotykamary/vscode-aql/compare/v1.9.2...v1.9.3) (2024-08-16) + + +### Bug Fixes + +* force compilation ([ea1f1c0](https://github.com/monotykamary/vscode-aql/commit/ea1f1c0dd2848a7a5759cb5159543bab73b6f3ba)) + ### [1.9.2](https://github.com/monotykamary/vscode-aql/compare/v1.9.1...v1.9.2) (2024-08-06) ### [1.9.1](https://github.com/monotykamary/vscode-aql/compare/v1.9.0...v1.9.1) (2024-08-06) diff --git a/package-lock.json b/package-lock.json index a91d448..d02257a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-aql", - "version": "1.9.2", + "version": "1.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-aql", - "version": "1.9.2", + "version": "1.9.3", "hasInstallScript": true, "devDependencies": { "@commitlint/cli": "^11.0.0", diff --git a/package.json b/package.json index a269059..824fb49 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-aql", "displayName": "AQL (ArangoDB Query Language) Syntax Highlighting and Language Server", "description": "Syntax Highlighting and Language Server for ArangoDB Query Language (AQL) 🙌", - "version": "1.9.2", + "version": "1.9.3", "icon": "arangodb-logo.png", "publisher": "monotykamary", "engines": {