diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7960fd92..107bff6a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [1.6.2] - 2018-12-7 + +Hotfix for 1.6.1. We overlooked a critical bug caused by hardcoded path on PR [#1143](https://github.com/facebook/Docusaurus/pull/1143). Please upgrade to 1.6.2, we are going to npm deprecate 1.6.1. + ## [1.6.1] - 2018-12-7 This version mainly includes bug fixes found in 1.6.0 that improves stability. @@ -901,7 +905,8 @@ N/A - Blog - Documentation -[unreleased]: https://github.com/facebook/Docusaurus/compare/v1.6.1...HEAD +[unreleased]: https://github.com/facebook/Docusaurus/compare/v1.6.2...HEAD +[1.6.2]: https://github.com/facebook/Docusaurus/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/facebook/Docusaurus/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/facebook/Docusaurus/compare/v1.5.1...v1.6.0 [1.5.1]: https://github.com/facebook/Docusaurus/compare/v1.4.0...v1.5.1 diff --git a/v1/package.json b/v1/package.json index fbf68b3d4a..705d68bdc6 100644 --- a/v1/package.json +++ b/v1/package.json @@ -1,7 +1,7 @@ { "name": "docusaurus", "description": "Easy to Maintain Open Source Documentation Websites", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "keywords": [ "documentation", diff --git a/v1/website/versions.json b/v1/website/versions.json index 7017b67e2e..fcc10d0c6b 100644 --- a/v1/website/versions.json +++ b/v1/website/versions.json @@ -1,4 +1,5 @@ [ + "1.6.2", "1.6.1", "1.6.0", "1.5.1",