Skip to content

Commit 89d6f87

Browse files
chore(release): 2.2.3 [skip ci]
## [2.2.3](v2.2.2...v2.2.3) (2022-02-18) ### Bug Fixes * **deps:** update dependency prismjs to v1.27.0 ([9d51407](9d51407))
1 parent 9d51407 commit 89d6f87

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.2.3](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.2...v2.2.3) (2022-02-18)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency prismjs to v1.27.0 ([9d51407](https://github.com/jGleitz/markdown-it-prism/commit/9d51407837223cf8a0c39220ef6fb703b5b02c07))
11+
512
## [2.2.2](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.1...v2.2.2) (2022-01-06)
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.2.2",
3+
"version": "2.2.3",
44
"description": "Highlights code blocks in markdown-it using Prism.",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)