We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8265b8 commit fe1824fCopy full SHA for fe1824f
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.1.3](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.2...v2.1.3) (2020-10-10)
6
+
7
8
+### Bug Fixes
9
10
+* **deps:** update dependency prismjs to v1.22.0 ([e8265b8](https://github.com/jGleitz/markdown-it-prism/commit/e8265b83ce44c6eb3da7247ad4e77206487a20c7))
11
12
## [2.1.2](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.1...v2.1.2) (2020-09-29)
13
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "markdown-it-prism",
- "version": "2.1.2",
+ "version": "2.1.3",
"description": "Highlights code blocks in markdown-it using Prism.",
"keywords": [
"markdown-it",
0 commit comments