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