Skip to content

Commit 73c15cd

Browse files
chore(release): 2.1.4 [skip ci]
## [2.1.4](v2.1.3...v2.1.4) (2020-12-31) ### Bug Fixes * **deps:** update dependency prismjs to v1.23.0 ([2c48e75](2c48e75))
1 parent 2c48e75 commit 73c15cd

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.4](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.3...v2.1.4) (2020-12-31)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency prismjs to v1.23.0 ([2c48e75](https://github.com/jGleitz/markdown-it-prism/commit/2c48e757a32d74ef3c2e0c234bafee177a2f563e))
11+
512
## [2.1.3](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.2...v2.1.3) (2020-10-10)
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.3",
3+
"version": "2.1.4",
44
"description": "Highlights code blocks in markdown-it using Prism.",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)