Skip to content

Commit

Permalink
Bump 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Feb 26, 2017
1 parent 875b35b commit 94a9fe6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [3.0.0] - 2017-02-26
* Update highlight.js. ([#2])
* Drop Babel. This drops support for Node.js versions that doesn't
support ES6.

## [2.0.0] - 2015-06-29
* Also add the `hljs` class to indented code blocks (together with
fenced code blocks). This new behavior can be disabled with the `code`
Expand All @@ -25,8 +30,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 1.0.0 - 2015-03-17
* Initial release.

[unreleased]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v2.0.0...HEAD
[unreleased]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.0.0...v1.1.0

[#2]: https://github.com/valeriangalliat/markdown-it-highlightjs/pull/2
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "markdown-it-highlightjs",
"version": "2.0.0",
"version": "3.0.0",
"description": "Preset to use highlight.js with markdown-it.",
"keywords": [
"markdown-it-plugin"
Expand Down

0 comments on commit 94a9fe6

Please sign in to comment.