Skip to content

Commit 67a8b14

Browse files
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2020-09-29) ### Bug Fixes * escape the language class name so it cannot be used to inject HTML ([#137](#137)) ([c1c074b](c1c074b))
1 parent c1c074b commit 67a8b14

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.1.2](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.1...v2.1.2) (2020-09-29)
6+
7+
8+
### Bug Fixes
9+
10+
* escape the language class name so it cannot be used to inject HTML ([#137](https://github.com/jGleitz/markdown-it-prism/issues/137)) ([c1c074b](https://github.com/jGleitz/markdown-it-prism/commit/c1c074b88f7ad5a2eeb5eb9e12dde02fc4544946))
11+
512
## [2.1.1](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.0...v2.1.1) (2020-08-07)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-it-prism",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Highlights code blocks in markdown-it using Prism.",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)