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 f20d725 commit d5b31beCopy full SHA for d5b31be
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.2.5](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.4...v2.2.5) (2022-08-23)
6
+
7
8
+### Bug Fixes
9
10
+* **deps:** update dependency prismjs to v1.29.0 ([f20d725](https://github.com/jGleitz/markdown-it-prism/commit/f20d72538a66df812b4da4cff7d8336a62df7585))
11
12
## [2.2.4](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.3...v2.2.4) (2022-04-17)
13
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "markdown-it-prism",
- "version": "2.2.4",
+ "version": "2.2.5",
"description": "Highlights code blocks in markdown-it using Prism.",
"keywords": [
"markdown-it",
0 commit comments