diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e215f52d478..1e8ac3c8a4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [1.7.1] - 2019-1-24 + +**HOTFIX** + +`imagemin` got pushed down into developer dependencies, breaking the build. This fixes that. + +### Fixed/Changed + +- fix: revert image-min back to dependencies ([#1201](https://github.com/facebook/Docusaurus/pull/1201)) + ## [1.7.0] - 2019-1-23 It's the first release of the year! We've fixed a number of layout bugs and shipped a few significant new features such as: @@ -945,7 +955,8 @@ N/A - Blog - Documentation -[unreleased]: https://github.com/facebook/Docusaurus/compare/v1.7.0...HEAD +[unreleased]: https://github.com/facebook/Docusaurus/compare/v1.7.1...HEAD +[1.7.1]: https://github.com/facebook/Docusaurus/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/facebook/Docusaurus/compare/v1.6.2...v1.7.0 [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 @@ -976,4 +987,4 @@ N/A [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 [1.0.5]: https://github.com/facebook/Docusaurus/compare/v1.0.4...v1.0.5 -[1.0.4]: https://github.com/facebook/Docusaurus/compare/v1.0.3...v1.0.4 +[1.0.4]: https://github.com/facebook/Docusaurus/compare/v1.0.3...v1.0.4 \ No newline at end of file diff --git a/v1/package.json b/v1/package.json index e1f4c75496a1..68198a6cc6d4 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.7.0", + "version": "1.7.1", "license": "MIT", "keywords": [ "documentation", diff --git a/v1/website/versions.json b/v1/website/versions.json index 5b5691cc9d5d..5d42531f4e82 100644 --- a/v1/website/versions.json +++ b/v1/website/versions.json @@ -1,4 +1,5 @@ [ + "1.7.1", "1.7.0", "1.6.2", "1.6.1",