We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fb336 commit 1ca4ca0Copy full SHA for 1ca4ca0
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.2.1](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.0...v2.2.1) (2021-09-16)
6
+
7
8
+### Bug Fixes
9
10
+* **deps:** update dependency prismjs to v1.25.0 ([49fb336](https://github.com/jGleitz/markdown-it-prism/commit/49fb336c16ca9e1b87e4edd867b6b808ebfa6cf3))
11
12
# [2.2.0](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.8...v2.2.0) (2021-08-23)
13
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "markdown-it-prism",
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "Highlights code blocks in markdown-it using Prism.",
"keywords": [
"markdown-it",
0 commit comments