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