diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ded2cc..c2855df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This file is structured according to the [Keep a Changelog](http://keepachangelo ## [Unreleased] +## [v0.3.1] - 2022-01-04 + +### Fixed + +- 'Tothom preview not found' message shown whenever the text editor changes (#27) + ## [v0.3.0] - 2022-01-04 ### Added diff --git a/package.json b/package.json index 90f0247..508f23e 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.0", + "version": "0.3.1", "engines": { "vscode": "^1.74.0" },