diff --git a/CHANGELOG.md b/CHANGELOG.md index 54857cb..015177b 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.6.0] - 2022-01-10 + ### Changed - Automaticaly cleanup temp files created in /tmp to carry out the envs across code blocks when running in separate shells in the background diff --git a/package-lock.json b/package-lock.json index 20c9856..443f33f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tothom", - "version": "0.5.1", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tothom", - "version": "0.5.1", + "version": "0.6.0", "dependencies": { "highlight.js": "^11.7.0", "markdown-it": "^13.0.1", diff --git a/package.json b/package.json index e6f4111..e15da40 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.1", + "version": "0.6.0", "engines": { "vscode": "^1.74.0" },