diff options
-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", |