Skip to content

Commit

Permalink
Update the package-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Mar 31, 2017
1 parent 3c9e7c6 commit 6f937d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## 0.0.1
- Initial release

## 0.0.2
- First release

## 0.0.4
- Added a new Icon
- Reworked the README
- Added [Checkbox-Support][MarkdownItCheckbox]

<!--- References -->
[MarkdownItCheckbox]: https://www.npmjs.com/package/markdown-it-checkbox
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"url": "http://nuth.ch"
},
"icon": "Resources/Icon.png",
"license": "MIT",
"keywords": [
"MarkDown",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6f937d7

Please sign in to comment.