From 65c939b3f81a1f57edde58f945263e90c8f87d85 Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Wed, 20 Mar 2024 13:05:50 +0200 Subject: [PATCH] Update webui and cli versions --- cli/CHANGELOG.md | 9 +++++++++ cli/package.json | 2 +- webui/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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",