Skip to content

Commit

Permalink
Bump version to 8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Oct 19, 2015
1 parent 63a3298 commit ca99495
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Version 8.9.1

Some last-minute changes reverted due to strange bug with minified browser build:

- Scala case classes params highlight fixed
- ECMAScript 6 modules import now do not require closing semicolon
- ECMAScript 6 classes constructors now highlighted
- Template string support for Typescript, as for ECMAScript 6
- License added to not minified browser build

## Version 8.9.0

New languages:
Expand All @@ -12,6 +22,14 @@ Notable fixes and improvements to existing languages:
- Crystal highlighting improved by [Tsuyusato Kitsune][]
- Missing Swift keywords added by [Nate Cook][]
- Improve detection of C block comments
- Scala case classes params highlight fixed
- ECMAScript 6 modules import now do not require closing semicolon
- ECMAScript 6 classes constructors now highlighted
- Template string support for Typescript, as for ECMAScript 6

Other notable changes:

- License added to not minified browser build

[Kristoffer Gronlund]: https://github.com/krig
[Søren Enevoldsen]: https://github.com/senevoldsen90
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '8.9'
# The full version, including alpha/beta/rc tags.
release = '8.9.0'
release = '8.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"syntax"
],
"homepage": "https://highlightjs.org/",
"version": "8.9.0",
"version": "8.9.1",
"author": {
"name": "Ivan Sagalaev",
"email": "[email protected]"
Expand Down

0 comments on commit ca99495

Please sign in to comment.