From c737c0db0a460f51e70c07fff310cdf0beae81e2 Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Thu, 5 Jan 2023 16:52:55 +0100 Subject: [PATCH] release: version bumped to v0.4.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9032ae..cb35aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This file is structured according to the [Keep a Changelog](http://keepachangelo ## [Unreleased] +## [v0.3.0] - 2022-01-05 + ### Added - New command ⇧ ⌘ P _Tothom: Markdown Preview (existing terminal)_ - allows to share preexisting terminals across preview windows diff --git a/package.json b/package.json index 8788bfd..9e10eed 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Tothom", "description": "Yet another markdown preview with code block execution.", "icon": "resources/tothom.png", - "version": "0.3.1", + "version": "0.4.0", "engines": { "vscode": "^1.74.0" },