We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7d28b commit 6467dd2Copy full SHA for 6467dd2
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.2.2](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.1...v2.2.2) (2021-03-06)
6
+
7
8
+### Bug Fixes
9
10
+* declare MIT licence in package.json ([ea7d28b](https://github.com/jGleitz/markdown-it-kbd/commit/ea7d28b0fbd4007ac8f0c5208f7f2686e4a565ce))
11
12
## [2.2.1](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.0...v2.2.1) (2021-03-06)
13
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "markdown-it-kbd",
- "version": "2.2.1",
+ "version": "2.2.2",
"description": "Markdown-it syntax add-on for keystrokes. Renders [[x]] as <kbd>x</kbd>",
"keywords": [
"markdown-it",
0 commit comments