We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46237cc commit 38e2b47Copy full SHA for 38e2b47
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog portable-vscode-updater
2
3
+## 2.0.0-beta.1 - 2022-06-01
4
+
5
+- complete rewrite, has a correct cli interface now with more options
6
+ (is not complete yet, though)
7
+- can now be installed via `deno install` (see Readme)
8
9
## 1.1.0
10
11
- add a way to force extraction of files from update-zip even when some files are already available
VERSION.ts
@@ -1 +1 @@
-export const VERSION = "1.1.0";
+export const VERSION = "2.0.0-beta.1";
0 commit comments