Skip to content

Commit

Permalink
Release v0.16.4
Browse files Browse the repository at this point in the history
- CLI 0.9.3
- Web UI 0.11.11
  • Loading branch information
amvanbaren committed Sep 11, 2024
1 parent 690e944 commit 8577bd8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ovsx",
"version": "0.9.2",
"version": "0.9.3",
"description": "Command line interface for Eclipse Open VSX",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openvsx-webui",
"version": "0.11.10",
"version": "0.11.11",
"description": "User interface for Eclipse Open VSX",
"keywords": [
"react",
Expand Down

0 comments on commit 8577bd8

Please sign in to comment.