Skip to content
Merged

v1.7.1 #1202

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion v1/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions v1/website/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"1.7.1",
"1.7.0",
"1.6.2",
"1.6.1",
Expand Down