Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2020-07-06)

### Bug Fixes

* only require Node.JS >= 6 ([75fece5](75fece5))

### Features

* publish Typescript types ([ce9ac56](ce9ac56))
  • Loading branch information
semantic-release-bot committed Jul 6, 2020
1 parent a57f44a commit 244b6c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

# [2.1.0](https://github.com/jGleitz/markdown-it-kbd/compare/v2.0.0...v2.1.0) (2020-07-06)


### Bug Fixes

* only require Node.JS >= 6 ([75fece5](https://github.com/jGleitz/markdown-it-kbd/commit/75fece579565cee89f45ea9c3033b2371411c3a6))


### Features

* publish Typescript types ([ce9ac56](https://github.com/jGleitz/markdown-it-kbd/commit/ce9ac5604f6f7d07d1c2c03d362e5c6d40cfe76b))

## [2.0.0] (2018-11-29)
### Deprecated
* Deprecate Node.JS 4 and require Node.JS >= 6
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.0.0",
"version": "2.1.0",
"description": "Markdown-it syntax add-on for keystrokes. Renders [[x]] as <kbd>x</kbd>",
"keywords": [
"markdown-it",
Expand Down

0 comments on commit 244b6c7

Please sign in to comment.