Skip to content

Commit

Permalink
V1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Mar 5, 2023
1 parent 8e14713 commit 6af9c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.7.1",
"version": "1.9.0",
"preview": false,
"activationEvents": [
"onDebugResolve:cortex-debug",
Expand Down

0 comments on commit 6af9c8e

Please sign in to comment.