ovsx 0.9.1-next.a19563e7 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  This change log covers only the command line interface (CLI) of Open VSX.
4
4
 
5
+ ### v0.9.2 (July 2024)
6
+
7
+ #### Bug Fixes
8
+
9
+ - Remove default universal for get operation ([#944](https://github.com/eclipse/openvsx/pull/944))
10
+
11
+ #### Dependencies
12
+
13
+ - Upgrade `braces` from `3.0.2` to `3.0.3` ([#953](https://github.com/eclipse/openvsx/pull/953))
14
+
15
+ ---
16
+
5
17
  ### v0.9.1 (Apr. 2024)
6
18
 
7
19
  #### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ovsx",
3
- "version": "0.9.1-next.a19563e7",
3
+ "version": "0.9.2",
4
4
  "description": "Command line interface for Eclipse Open VSX",
5
5
  "keywords": [
6
6
  "cli",