Skip to content

Commit 5d8f2e4

Browse files
committed
Merge tag 'v5.1.3' into dev
MarkdownConverter v5.1.3
2 parents 64eac04 + d591d2b commit 5d8f2e4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## MarkdownConverter [Unreleased]
8+
9+
[Show differences](https://github.com/manuth/MarkdownConverter/compare/v5.1.3...dev)
10+
11+
## MarkdownConverter v5.1.3
812
### Updated
913
- All dependencies
1014
- Drone CI configuration for improving automated publishing
@@ -17,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1721
### Added
1822
- Support for running unit-tests using the `Mocha Test Explorer`
1923

20-
[Show differences](https://github.com/manuth/MarkdownConverter/compare/v5.1.2...dev)
24+
[Show differences](https://github.com/manuth/MarkdownConverter/compare/v5.1.2...v5.1.3)
2125

2226
## MarkdownConverter v5.1.2
2327
### Fixed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-converter",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"private": true,
55
"description": "A markdown-converter for vscode",
66
"author": "Manuel Thalmann <[email protected]> (https://nuth.ch)",

0 commit comments

Comments
 (0)