File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed 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-12-02
68### Deprecated
79 * Deprecate Node.JS 4 and require Node.JS >= 6
810### Added
911 * Note about adding a stylesheet to the HTML in README
1012 * Options ` defaultLanguage ` , ` defaultLanguageForUnknown ` and ` defaultLanguageForUnspecified ` to specify fallback prism languages
1113### Fixed
1214 * Update all packages and eliminate dependency versions with known security issues
15+ * Improve the project setup
16+ * Improve the documentation in code
1317
1418## [ 1.1.2] – 2018-03-17
1519 * Upgrade dependencies
@@ -27,7 +31,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2731## 1.0.0 – 2016-10-16
2832* Initial release.
2933
30- [ unreleased ] : https://github.com/jGleitz/markdown-it-prism/compare/v1.1.2...HEAD
34+ [ unreleased ] : https://github.com/jGleitz/markdown-it-prism/compare/v2.0.0...HEAD
35+ [ 2.0.0 ] : https://github.com/jGleitz/markdown-it-prism/compare/v1.1.2...v2.0.0
3136[ 1.1.2 ] : https://github.com/jGleitz/markdown-it-prism/compare/v1.1.1...v1.1.2
3237[ 1.1.1 ] : https://github.com/jGleitz/markdown-it-prism/compare/v1.1.0...v1.1.1
3338[ 1.1.0 ] : https://github.com/jGleitz/markdown-it-prism/compare/v1.0.1...v1.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " markdown-it-prism" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " Highlights code blocks in markdown-it using Prism." ,
55 "keywords" : [
66 " markdown-it" ,
1818 "files" : [
1919 " README.md" ,
2020 " LICENSE" ,
21- " build/index.js"
21+ " build/index.js" ,
22+ " CHANGELOG.md"
2223 ],
2324 "main" : " build/index.js" ,
2425 "engines" : {
You can’t perform that action at this time.
0 commit comments