diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5fb65c..fb791aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,16 @@ All notable changes to the "markdown-converter" extension will be documented in Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [Unreleased] -- Initial release \ No newline at end of file +## 0.0.1 + - Initial release + +## 0.0.2 + - First release + +## 0.0.4 + - Added a new Icon + - Reworked the README + - Added [Checkbox-Support][MarkdownItCheckbox] + + +[MarkdownItCheckbox]: https://www.npmjs.com/package/markdown-it-checkbox \ No newline at end of file diff --git a/package.json b/package.json index 360af5f6..458f6bda 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,14 @@ "name": "markdown-converter", "displayName": "MarkdownConverter", "description": "Provides the functionallity to convert MarkDown-files to html, pdf or png.", - "version": "0.0.2", + "version": "0.0.4", "publisher": "manuth", "author": { "name": "Manuel Thalmann", "email": "m@nuth.ch", "url": "http://nuth.ch" }, + "icon": "Resources/Icon.png", "license": "MIT", "keywords": [ "MarkDown", @@ -770,6 +771,7 @@ "highlightjs": "^9.10.0", "markdown-it": "^8.3.1", "markdown-it-anchor": "^4.0.0", + "markdown-it-checkbox": "^1.1.0", "markdown-it-emoji": "^1.3.0", "mkdirp": "^0.5.1", "mustache": "^2.3.0",