Skip to content

Commit 3f283d7

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2021-03-06) ### Bug Fixes * **licence:** re-license under MIT ([050926e](050926e))
1 parent 050926e commit 3f283d7

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.1](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.0...v2.2.1) (2021-03-06)
6+
7+
8+
### Bug Fixes
9+
10+
* **licence:** re-license under MIT ([050926e](https://github.com/jGleitz/markdown-it-kbd/commit/050926e7dd5369ca7d925fc9337767e3d6239ff3))
11+
512
# [2.2.0](https://github.com/jGleitz/markdown-it-kbd/compare/v2.1.0...v2.2.0) (2020-07-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-kbd",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
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)