From 72f226c05fc002e2f68479ee8abfebdd07ee0991 Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Sun, 8 Jan 2023 13:28:00 +0100 Subject: [PATCH] Bump version to v0.5.1 and update changelog --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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" },