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" },