Skip to content

Commit ebe845d

Browse files
committed
Bump version to 3.0.3
1 parent edee8d2 commit ebe845d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 3.0.3
6+
- Fix redirection in `gitbook serve` when accessing a folder without trailing slash
7+
- Fix links/annotations for glossary not being correctly resolved
8+
- Fix regression for supporting uppercase filenames in structure files
9+
- Fix `gitbook install` when using Git URLs for plugins
10+
511
## 3.0.2
612
- Fix crash for anchor links
713

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"homepage": "https://www.gitbook.com",
55
"description": "Library and cmd utility to generate GitBooks",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)