Skip to content

Commit 06bcb1a

Browse files
authored
Prepare v2.0.0 release (#13)
* Update changelog for v2.0.0 * Update package.json for v2.0.0 * Run CI also on Node.JS 10
1 parent 429baf4 commit 06bcb1a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
33
- node
4+
- 10
45
- 8
56
- 6

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
6+
7+
## [2.0.0] - 2018-11-29
8+
### Deprecated
69
* Deprecate Node.JS 4 and require Node.JS >= 6
10+
### Fixed
11+
* Update all packages and eliminate dependency versions with known security issues
712

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

19-
[unreleased]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.1.1...HEAD
24+
[unreleased]: https://github.com/jGleitz/markdown-it-kbd/compare/v2.0.0...HEAD
25+
[2.0.0]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.1.1...v2.0.0
2026
[1.1.1]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.1.0...v1.1.1
2127
[1.1.0]: https://github.com/jGleitz/markdown-it-kbd/compare/v1.0.0...v1.1.0
2228
[1.0.0]: https://github.com/jGleitz/markdown-it-kbd/tree/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-it-kbd",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Markdown-it syntax add-on for keystrokes. Renders [[x]] as <kbd>x</kbd>",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)