Skip to content

Commit

Permalink
Prepare v2.0.0 release (#13)
Browse files Browse the repository at this point in the history
* Update changelog for v2.0.0

* Update package.json for v2.0.0

* Run CI also on Node.JS 10
  • Loading branch information
jGleitz authored Nov 29, 2018
1 parent 429baf4 commit 06bcb1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- node
- 10
- 8
- 6
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [2.0.0] - 2018-11-29
### Deprecated
* Deprecate Node.JS 4 and require Node.JS >= 6
### Fixed
* Update all packages and eliminate dependency versions with known security issues

## [1.1.1] - 2017-11-22
### Fixed
Expand All @@ -16,7 +21,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2016-11-06
* Initial release.

[unreleased]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.1.1...HEAD
[unreleased]: https://github.com/jGleitz/markdown-it-kbd/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.1.1...v2.0.0
[1.1.1]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/jGleitz/markdown-it-kbd/tree/v1.0.0
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": "1.1.1",
"version": "2.0.0",
"description": "Markdown-it syntax add-on for keystrokes. Renders [[x]] as <kbd>x</kbd>",
"keywords": [
"markdown-it",
Expand Down

0 comments on commit 06bcb1a

Please sign in to comment.