diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb5146..ff0c28a 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.9.1](https://github.com/monotykamary/vscode-aql/compare/v1.9.0...v1.9.1) (2024-08-06) + ## [1.9.0](https://github.com/monotykamary/vscode-aql/compare/v1.8.2...v1.9.0) (2024-08-06) diff --git a/package-lock.json b/package-lock.json index 799d0c6..a0dd7bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-aql", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-aql", - "version": "1.9.0", + "version": "1.9.1", "hasInstallScript": true, "devDependencies": { "@commitlint/cli": "^11.0.0", diff --git a/package.json b/package.json index c0c45f6..ead310d 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.0", + "version": "1.9.1", "icon": "arangodb-logo.png", "publisher": "monotykamary", "engines": {