Skip to content

Commit 31e1597

Browse files
chore(release): 2.0.5 [skip ci]
## [2.0.5](v2.0.4...v2.0.5) (2020-03-02) ### Bug Fixes * node >=10.0.0 is supported ([1a442a0](1a442a0))
1 parent 92e12a4 commit 31e1597

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.5](https://github.com/jGleitz/markdown-it-prism/compare/v2.0.4...v2.0.5) (2020-03-02)
2+
3+
4+
### Bug Fixes
5+
6+
* node >=10.0.0 is supported ([1a442a0](https://github.com/jGleitz/markdown-it-prism/commit/1a442a00fcfdbf155db96e18a84e831a1da61b67))
7+
18
# [Changelog](http://keepachangelog.com/)
29

310
This project adheres to [Semantic Versioning](http://semver.org/).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-it-prism",
3-
"version": "2.0.3",
3+
"version": "2.0.5",
44
"description": "Highlights code blocks in markdown-it using Prism.",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)