Skip to content

Commit fe1ba85

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.5...v2.3.0) (2022-08-30) ### Features * highlight inline code [#599](#599) ([e7c91ac](e7c91ac))
1 parent e7c91ac commit fe1ba85

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.3.0](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.5...v2.3.0) (2022-08-30)
6+
7+
8+
### Features
9+
10+
* highlight inline code [#599](https://github.com/jGleitz/markdown-it-prism/issues/599) ([e7c91ac](https://github.com/jGleitz/markdown-it-prism/commit/e7c91ac5095e7d45c772aba619e8f912d4a206c7))
11+
512
## [2.2.5](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.4...v2.2.5) (2022-08-23)
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.5",
3+
"version": "2.3.0",
44
"description": "Highlights code blocks in markdown-it using Prism.",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)