From 3f1b6c52a7d18299deddadc8ae75df1c74a10b6f Mon Sep 17 00:00:00 2001 From: Tom X Nguyen Date: Wed, 15 May 2024 09:09:32 +0700 Subject: [PATCH] chore(release): 1.8.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f78cf..049e7c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.8.2](https://github.com/monotykamary/vscode-aql/compare/v1.8.1...v1.8.2) (2024-05-15) + ### [1.8.1](https://github.com/monotykamary/vscode-aql/compare/v1.8.0...v1.8.1) (2024-04-22) ## [1.8.0](https://github.com/monotykamary/vscode-aql/compare/v1.7.1...v1.8.0) (2023-12-20) diff --git a/package.json b/package.json index 119aa76..4e14fa1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-aql", "displayName": "AQL (ArangoDB Query Language) Syntax Highlighting", "description": "Syntax Highlighting for ArangoDB Query Language (AQL) 🙌", - "version": "1.8.1", + "version": "1.8.2", "icon": "arangodb-logo.png", "publisher": "monotykamary", "engines": {