File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - node
4+ - 10
45 - 8
56 - 6
Original file line number Diff line number Diff line change 33This 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments