diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-05-02 12:39:05 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-05-02 12:39:05 +0200 |
commit | 2523925915ee7176b417d307caa8c37393f2c3e6 (patch) | |
tree | 5c34593b2780119fbb2eb3097f9c9de21b4bd82c | |
parent | d5bbd8475ce2cdd4f0ebefb50f785da204402fb8 (diff) | |
download | gitbook-2523925915ee7176b417d307caa8c37393f2c3e6.zip gitbook-2523925915ee7176b417d307caa8c37393f2c3e6.tar.gz gitbook-2523925915ee7176b417d307caa8c37393f2c3e6.tar.bz2 |
Bump version to 2.0.22.0.2
-rw-r--r-- | CHANGES.md | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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", |