diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e730f..17a5dac 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.9.0] - 2023-11-27 + ### Fixed - Reveal active column on reload preview diff --git a/package-lock.json b/package-lock.json index 757809b..b4e3861 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tothom", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tothom", - "version": "0.8.0", + "version": "0.9.0", "dependencies": { "ansi_up": "^5.1.0", "highlight.js": "^11.7.0", diff --git a/package.json b/package.json index 6bc3e83..2670342 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.8.0", + "version": "0.9.0", "engines": { "vscode": "^1.74.0" },