We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e12a4 commit 31e1597Copy full SHA for 31e1597
CHANGELOG.md
@@ -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
8
# [Changelog](http://keepachangelog.com/)
9
10
This project adheres to [Semantic Versioning](http://semver.org/).
package.json
@@ -1,6 +1,6 @@
{
"name": "markdown-it-prism",
- "version": "2.0.3",
+ "version": "2.0.5",
"description": "Highlights code blocks in markdown-it using Prism.",
"keywords": [
"markdown-it",
0 commit comments