Skip to content

Commit aed38af

Browse files
committed
Bump version to 3.0.0-pre.6
1 parent 1df522e commit aed38af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
- Multi-lingual books share assets folder
1616
- YAML front matter is parsed and can extend page's properties
1717
- Fix `uk` translation
18+
- Fix heading ID including dashes
19+
- Fix error in code highlighting for unknown languages
20+
- Accept SSH url as plugin version
21+
- Add templating blocks `markdown`, `asciidoc` and `markup`
1822

1923
## 2.6.7
2024
- Fix bug with filenames including spaces

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "3.0.0-pre.5",
3+
"version": "3.0.0-pre.6",
44
"homepage": "https://www.gitbook.com",
55
"description": "Library and cmd utility to generate GitBooks",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)