We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff5137 commit 5db5adbCopy full SHA for 5db5adb
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.1.7](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.6...v2.1.7) (2021-06-27)
6
+
7
8
+### Bug Fixes
9
10
+* **deps:** update dependency prismjs to v1.24.0 ([aff5137](https://github.com/jGleitz/markdown-it-prism/commit/aff5137ddcae614022d5c3de15ff064e34d3f459))
11
12
## [2.1.6](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.5...v2.1.6) (2021-03-06)
13
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "markdown-it-prism",
- "version": "2.1.6",
+ "version": "2.1.7",
"description": "Highlights code blocks in markdown-it using Prism.",
"keywords": [
"markdown-it",
0 commit comments