diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index d89146c0f..861b46dee 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,6 +2,15 @@ This change log covers only the command line interface (CLI) of Open VSX. +### v0.8.4 (Mar. 2023) + +#### Dependencies + +- Upgrade `follow-redirects` from `1.14.8` to `1.15.6` ([#869](https://github.com/eclipse/openvsx/pull/869)) +- Upgrade `ip` from `2.0.0` to `2.0.1` ([#858](https://github.com/eclipse/openvsx/pull/858)) + +--- + ### v0.8.3 (Aug. 2023) #### Dependencies diff --git a/cli/package.json b/cli/package.json index d8216613e..49b172d59 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "ovsx", - "version": "0.8.3", + "version": "0.8.4", "description": "Command line interface for Eclipse Open VSX", "keywords": [ "cli", diff --git a/webui/package.json b/webui/package.json index 44667765a..947dd5d1e 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "openvsx-webui", - "version": "0.11.2", + "version": "0.11.3", "description": "User interface for Eclipse Open VSX", "keywords": [ "react",