diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ea0a73ad2..25c505efe 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,6 +2,18 @@ This change log covers only the command line interface (CLI) of Open VSX. +### v0.9.2 (July 2024) + +#### Bug Fixes + +- Remove default universal for get operation ([#944](https://github.com/eclipse/openvsx/pull/944)) + +#### Dependencies + +- Upgrade `braces` from `3.0.2` to `3.0.3` ([#953](https://github.com/eclipse/openvsx/pull/953)) + +--- + ### v0.9.1 (Apr. 2024) #### Bug Fixes diff --git a/cli/package.json b/cli/package.json index ef8c2cc0c..104dfbb3b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "ovsx", - "version": "0.9.1", + "version": "0.9.2", "description": "Command line interface for Eclipse Open VSX", "keywords": [ "cli",