Skip to content

Commit e4b2b9e

Browse files
committed
Publish version 1.1.0
1 parent 27d7285 commit e4b2b9e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased][unreleased]
6+
7+
## [1.1.0] 2017-05-21
68
* Add the `language-*` class also to the `<pre>` tag (not only to `<code>`).
79
* Add the class `language-x` if `x` is the defined language, even if `x` cannot be highlighted with Prism.
810

@@ -12,5 +14,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1214
## 1.0.0 - 2016-10-16
1315
* Initial release.
1416

15-
[unreleased]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.0.1...HEAD
17+
[unreleased]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.1.0...HEAD
18+
[1.1.0]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.0.1...v1.1.0
1619
[1.0.1]: https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v1.0.0...v1.0.1

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-prism",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Highlights code blocks in markdown-it using Prism.",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)