Skip to content

Commit

Permalink
v1.7.1 (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMarcey authored Jan 24, 2019
1 parent 945f511 commit 49efdd8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
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

0 comments on commit 49efdd8

Please sign in to comment.