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