From 6af9c8ef1c018bb8f97466b7eeb7f1ac12c17a46 Mon Sep 17 00:00:00 2001 From: Haneef Mohammed Date: Sun, 5 Mar 2023 13:42:39 -0800 Subject: [PATCH] V1.9.0 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4630ff56..ac7455e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ChangeLog ========= -# V1.7.1 - Major release only available as a Pre-release. +# V1.9.0 - Major release only available as a Pre-release. +* Sorry we had some version number issues. This release was accidentally released as a production 1.7.1 and to undo that, we had to jump two minor versions numbers to keep up with VSCode versioning scheme. Apologies for the confusion. * This is a preview (Pre-release). The biggest feature is the addition of Live Watch. In your launch.json add an object property called `liveWatch` and Intellisense should fill out a template to enable Live Watch. ``` "liveWatch": { diff --git a/package.json b/package.json index 86fb4e1b..c0dfba8f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.7.1", + "version": "1.9.0", "preview": false, "activationEvents": [ "onDebugResolve:cortex-debug",