summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-05-02 12:39:05 +0200
committerSamy Pessé <samypesse@gmail.com>2015-05-02 12:39:05 +0200
commit2523925915ee7176b417d307caa8c37393f2c3e6 (patch)
tree5c34593b2780119fbb2eb3097f9c9de21b4bd82c
parentd5bbd8475ce2cdd4f0ebefb50f785da204402fb8 (diff)
downloadgitbook-2523925915ee7176b417d307caa8c37393f2c3e6.zip
gitbook-2523925915ee7176b417d307caa8c37393f2c3e6.tar.gz
gitbook-2523925915ee7176b417d307caa8c37393f2c3e6.tar.bz2
Bump version to 2.0.22.0.2
-rw-r--r--CHANGES.md8
-rw-r--r--package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b2dfe0d..72bd8a0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## 2.0.2
+- Fix relative links in windows
+- Improve watcher in serve command (switch to chokidar)
+- Add Romanian translation (`ro`)
+- Add Finish translation (`fi`)
+- Add Japanese translation (`jp`)
+- Add Korean translation (`kr`)
+
## 2.0.1
- Improve error logging (display file, line and column)
- Add back support for `options.originalInput`
diff --git a/package.json b/package.json
index 39b6c53..5fb7afa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "2.0.1",
+ "version": "2.0.2",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",