Skip to content

Commit 35f0581

Browse files
committed
Bump version to 3.0.0-pre.4
1 parent c79f02f commit 35f0581

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGES.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 3.x.x (unreleased)
6-
- Fix filename argument for ebook commands
7-
- YAML frontmatter can extend page's properties
8-
95
## 3.0.0 (pre)
106
- Summary can contain external links and anchors (Fix [#776](https://github.com/GitbookIO/gitbook/issues/776))
117
- Summary can contain differents entitled sections
@@ -17,7 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1713
- Markdown parser is now using CommonMark
1814
- Root folder for the book can be specified in a `.gitbook` file
1915
- Multi-lingual books share assets folder
20-
- YAML front matter is parsed and page's description can be specified in it
16+
- YAML front matter is parsed and can extend page's properties
2117
- Fix `uk` translation
2218

2319
## 2.6.7

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.3",
3+
"version": "3.0.0-pre.4",
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)