diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bc990..9862517 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.5.1] - 2022-01-08 + +### Fixed + +- Cannot render code blocks containing HTML tags + ## [v0.5.0] - 2022-01-08 ### Added diff --git a/package-lock.json b/package-lock.json index 4b51987..20c9856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tothom", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tothom", - "version": "0.5.0", + "version": "0.5.1", "dependencies": { "highlight.js": "^11.7.0", "markdown-it": "^13.0.1", diff --git a/package.json b/package.json index d014d10..e81036b 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.5.0", + "version": "0.5.1", "engines": { "vscode": "^1.74.0" },