diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef2f567..4b51cfa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.1](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.0...v2.2.1) (2021-03-06) + + +### Bug Fixes + +* **licence:** re-license under MIT ([050926e](https://github.com/jGleitz/markdown-it-kbd/commit/050926e7dd5369ca7d925fc9337767e3d6239ff3)) + # [2.2.0](https://github.com/jGleitz/markdown-it-kbd/compare/v2.1.0...v2.2.0) (2020-07-06) diff --git a/package.json b/package.json index eec31b1d..14607191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-kbd", - "version": "2.2.0", + "version": "2.2.1", "description": "Markdown-it syntax add-on for keystrokes. Renders [[x]] as x", "keywords": [ "markdown-it",