diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ece19..f28d648 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.10.0](https://github.com/monotykamary/vscode-aql/compare/v1.9.4...v1.10.0) (2024-08-23) + + +### Features + +* add python syntax highlighting ([#23](https://github.com/monotykamary/vscode-aql/issues/23)) ([9d42c7a](https://github.com/monotykamary/vscode-aql/commit/9d42c7a6157011c2622e548041101ba5bd7ca5b6)) + ### [1.9.4](https://github.com/monotykamary/vscode-aql/compare/v1.9.3...v1.9.4) (2024-08-16) ### [1.9.3](https://github.com/monotykamary/vscode-aql/compare/v1.9.2...v1.9.3) (2024-08-16) diff --git a/package-lock.json b/package-lock.json index 05e2903..cabd885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-aql", - "version": "1.9.4", + "version": "1.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-aql", - "version": "1.9.4", + "version": "1.10.0", "hasInstallScript": true, "devDependencies": { "@commitlint/cli": "^11.0.0", diff --git a/package.json b/package.json index 59f9e86..dabc31e 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.4", + "version": "1.10.0", "icon": "arangodb-logo.png", "publisher": "monotykamary", "engines": {