summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md4
-rw-r--r--package.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 975a97e..9ef9918 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
# Release notes
+## 2.0.0-alpha.6
+- Add es and pt translations
+- Fix replacement of glossary terms
+
## 2.0.0-alpha.5
- Fix copy of files/covers
- Add back `finish:before` hook
diff --git a/package.json b/package.json
index a5a1cdc..0a7dea6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "2.0.0-alpha.5",
+ "version": "2.0.0-alpha.6",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",