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": {