diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 25c505efe..3f8b66366 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,6 +2,14 @@ This change log covers only the command line interface (CLI) of Open VSX. +### v0.9.3 (Sep. 2024) + +#### Dependencies + +- Upgrade `micromatch` from `4.0.5` to `4.0.8` ([#978](https://github.com/eclipse/openvsx/pull/978)) + +--- + ### v0.9.2 (July 2024) #### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 8900db893..4ea672783 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "ovsx", - "version": "0.9.2", + "version": "0.9.3", "description": "Command line interface for Eclipse Open VSX", "keywords": [ "cli", diff --git a/webui/package.json b/webui/package.json index 8fcedd258..bd449239a 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "openvsx-webui", - "version": "0.11.10", + "version": "0.11.11", "description": "User interface for Eclipse Open VSX", "keywords": [ "react",