Skip to content

Commit fc8982e

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2020-07-06) ### Features * support escaping delimiters with a backslash ([54fc12f](54fc12f)) * support nested keystroke tags ([074f7f0](074f7f0)), closes [#95](#95)
1 parent 54fc12f commit fc8982e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
# [2.2.0](https://github.com/jGleitz/markdown-it-kbd/compare/v2.1.0...v2.2.0) (2020-07-06)
6+
7+
8+
### Features
9+
10+
* support escaping delimiters with a backslash ([54fc12f](https://github.com/jGleitz/markdown-it-kbd/commit/54fc12fc13e71c24e56ff3dc3c904cd0ef305088))
11+
* support nested keystroke tags ([074f7f0](https://github.com/jGleitz/markdown-it-kbd/commit/074f7f0aa3f64bec84098c2f6547cbdbe89713dc)), closes [#95](https://github.com/jGleitz/markdown-it-kbd/issues/95)
12+
513
# [2.1.0](https://github.com/jGleitz/markdown-it-kbd/compare/v2.0.0...v2.1.0) (2020-07-06)
614

715

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-kbd",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Markdown-it syntax add-on for keystrokes. Renders [[x]] as <kbd>x</kbd>",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)