We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42e48b commit a61f566Copy full SHA for a61f566
CHANGES.md
@@ -2,6 +2,12 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 2.0.0
6
+- Fix page title of introduction
7
+- Ignore codeblocks when replacing glossary terms
8
+- Improve Unit Tests
9
+- Fix scrolling position in website when preparing page
10
+
11
## 2.0.0-beta.5
12
- Fix progress order in json format
13
package.json
@@ -1,6 +1,6 @@
1
{
"name": "gitbook",
- "version": "2.0.0-beta.5",
+ "version": "2.0.0",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
0 commit comments