From 7aea797721274160244979c8f2ded1e2636d3e50 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 21 Oct 2018 01:24:07 +0200 Subject: [PATCH] Add version-information --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 213284ca..16b320a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [MarkdownConverter v1.1.2] +### Changes + - Implemented a clean way to handle files outside of the current workspace + ## [MarkdownConverter v1.1.1] ### Changes - Fixed absolute path handling @@ -115,6 +119,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - First release +[MarkdownConverter v1.1.1]: https://github.com/manuth/MarkdownConverter/compare/v1.1.1...v1.1.2 [MarkdownConverter v1.1.1]: https://github.com/manuth/MarkdownConverter/compare/v1.1.0...v1.1.1 [MarkdownConverter v1.1.0]: https://github.com/manuth/MarkdownConverter/compare/v1.0.1...v1.1.0 [MarkdownConverter v1.0.1]: https://github.com/manuth/MarkdownConverter/compare/v1.0.0...v1.0.1 diff --git a/package-lock.json b/package-lock.json index 4939ff85..d743c8f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "markdown-converter", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 50a8eda1..bfe61918 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "markdown-converter", "displayName": "Markdown Converter", "markdownDescription": "Provides the functionallity to convert MarkDown-files to html, pdf or png.", - "version": "1.1.1", + "version": "1.1.2", "publisher": "manuth", "author": { "name": "Manuel Thalmann",