summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-03-07 11:16:43 +0100
committerSamy Pessé <samypesse@gmail.com>2016-03-07 11:16:43 +0100
commit35f0581c1706c90c1f9f713e07e9e49c1cbc5213 (patch)
treea8309653dc520be5278cdc836c02a268a6e2c2f2
parentc79f02fe4867f2fb477abfaf7ac2448189444495 (diff)
downloadgitbook-35f0581c1706c90c1f9f713e07e9e49c1cbc5213.zip
gitbook-35f0581c1706c90c1f9f713e07e9e49c1cbc5213.tar.gz
gitbook-35f0581c1706c90c1f9f713e07e9e49c1cbc5213.tar.bz2
Bump version to 3.0.0-pre.43.0.0-pre.4
-rw-r--r--CHANGES.md6
-rw-r--r--package.json2
2 files changed, 2 insertions, 6 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 47b26aa..9e09c97 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,10 +2,6 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
-## 3.x.x (unreleased)
-- Fix filename argument for ebook commands
-- YAML frontmatter can extend page's properties
-
## 3.0.0 (pre)
- Summary can contain external links and anchors (Fix [#776](https://github.com/GitbookIO/gitbook/issues/776))
- Summary can contain differents entitled sections
@@ -17,7 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Markdown parser is now using CommonMark
- Root folder for the book can be specified in a `.gitbook` file
- Multi-lingual books share assets folder
-- YAML front matter is parsed and page's description can be specified in it
+- YAML front matter is parsed and can extend page's properties
- Fix `uk` translation
## 2.6.7
diff --git a/package.json b/package.json
index d77f983..cec9a32 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "3.0.0-pre.3",
+ "version": "3.0.0-pre.4",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",