From 288afc3310319d960331ee16683adb5002810da5 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Tue, 13 Mar 2018 09:33:34 -0700 Subject: [PATCH] Publish Docusaurus v1.0.9 (#502) --- CHANGELOG.md | 25 ++++++++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 913653a50b8a..359037d8ab06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.9] - 2018-03-13 + +**This is a hotfix release** + +A [bug](https://github.com/facebook/Docusaurus/pull/501) was found in the [using `path` functions commit](https://github.com/facebook/Docusaurus/commit/cbdab2ba1112e8949683d23ce20034aa17d9013d) by @sunnylqm. Total commits in this release is 4, including the release itself. + +### Breaking Changes + +N/A + +### Added + +- [Docs for the secondary, on-page navigation option](https://docusaurus.io/docs/en/navigation.html#secondary-on-page-navigation). + +### Fixed/Changed + +- [Fix wrong versioned_docs file path](https://github.com/facebook/Docusaurus/pull/501/commits/324facde46e13749423d72f14e300a8dbf0a76cb), thanks @sunnylqm. + +### Removed + +N/A + ## [1.0.8] - 2018-03-12 This is a targeted feature and bug fix release. A couple of things of interest are that this release fixes some [issues](https://github.com/facebook/Docusaurus/issues/468) with Windows that were occurring, particularly when building the docs, both locally and publishing, as well as addressing an [issue](https://github.com/facebook/Docusaurus/issues/344) for support for a secondary, on-page sidebar for local page navigation, which is now enabled for docusaurus.io. Total commits in this release is 27, including the release itself. @@ -153,7 +175,8 @@ N/A - Blog - Documentation -[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.0.8...HEAD +[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.0.9...HEAD +[1.0.8]: https://github.com/facebook/Docusaurus/compare/v1.0.8...v1.0.9 [1.0.8]: https://github.com/facebook/Docusaurus/compare/v1.0.7...v1.0.8 [1.0.7]: https://github.com/facebook/Docusaurus/compare/v1.0.6...v1.0.7 [1.0.6]: https://github.com/facebook/Docusaurus/compare/v1.0.5...v1.0.6 diff --git a/package-lock.json b/package-lock.json index cafcf9255047..5295a60b3f65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "docusaurus", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 17423eb5e363..e3d30748e06f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docusaurus", "description": "Easy to Maintain Open Source Documentation Websites", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "keywords": [ "documentation",