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