From 10722345dcae21bf5c04014b9ef07950585f1cf6 Mon Sep 17 00:00:00 2001 From: Lau <5364453+lask@users.noreply.github.com> Date: Mon, 3 Jan 2022 14:53:40 +0100 Subject: [PATCH] Prepare Jaguar release (#181) --- vscode/CHANGELOG.md | 4 ++++ vscode/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 43a0117..d27def3 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.0] - 2022-01-03 +### Added +- Jaguar commands (run, watch, scan, flash, and monitor). + ## [1.3.9] - 2021-12-20 ### Changed - Fixed tool detection (toit, jag, toitc, toitlsp). diff --git a/vscode/package.json b/vscode/package.json index 9dfa68e..27e7d52 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "displayName": "Toit", "description": "Toit Programming Language Support", "publisher": "toit", - "version": "1.3.9", + "version": "1.4.0", "license": "MIT", "type": "commonjs", "engines": {