From c8a59cfc38f8398d8ca9cb71c07654db8d71dfb6 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Wed, 11 Dec 2019 11:07:25 -0800 Subject: [PATCH] Changelog for #18 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f2486..0382d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -### 1.2.4 | 2019-12-11 +### 1.3.0 | 2019-12-11 +- Add `platform` option. By default, Windows/macOS/Linux defaults to use `win32-archive`, `darwin` and `linux-x64`. + On Windows, `win32-x64-archive` is also available for using 64 bit version of VS Code. #18. - Allow running offline when `version` is specified and a matching version is found locally. #51. - Show error when failing to unzip downloaded vscode archive. #50.