Skip to content

Commit 05d928a

Browse files
authored
Prepare v2.0.0 release (#16)
1 parent 0580e74 commit 05d928a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
This 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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -18,7 +18,8 @@
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": {

0 commit comments

Comments
 (0)