Skip to content

Commit

Permalink
chore(release): 2.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.2](v2.2.1...v2.2.2) (2021-03-06)

### Bug Fixes

* declare MIT licence in package.json ([ea7d28b](ea7d28b))
  • Loading branch information
semantic-release-bot committed Mar 6, 2021
1 parent ea7d28b commit 6467dd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [2.2.2](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.1...v2.2.2) (2021-03-06)


### Bug Fixes

* declare MIT licence in package.json ([ea7d28b](https://github.com/jGleitz/markdown-it-kbd/commit/ea7d28b0fbd4007ac8f0c5208f7f2686e4a565ce))

## [2.2.1](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.0...v2.2.1) (2021-03-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
Expand Down

0 comments on commit 6467dd2

Please sign in to comment.