Skip to content

Commit 49efdd8

Browse files
authored
v1.7.1 (facebook#1202)
1 parent 945f511 commit 49efdd8

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.7.1] - 2019-1-24
10+
11+
**HOTFIX**
12+
13+
`imagemin` got pushed down into developer dependencies, breaking the build. This fixes that.
14+
15+
### Fixed/Changed
16+
17+
- fix: revert image-min back to dependencies ([#1201](https://github.com/facebook/Docusaurus/pull/1201))
18+
919
## [1.7.0] - 2019-1-23
1020

1121
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
945955
- Blog
946956
- Documentation
947957

948-
[unreleased]: https://github.com/facebook/Docusaurus/compare/v1.7.0...HEAD
958+
[unreleased]: https://github.com/facebook/Docusaurus/compare/v1.7.1...HEAD
959+
[1.7.1]: https://github.com/facebook/Docusaurus/compare/v1.7.0...v1.7.1
949960
[1.7.0]: https://github.com/facebook/Docusaurus/compare/v1.6.2...v1.7.0
950961
[1.6.2]: https://github.com/facebook/Docusaurus/compare/v1.6.1...v1.6.2
951962
[1.6.1]: https://github.com/facebook/Docusaurus/compare/v1.6.0...v1.6.1
@@ -976,4 +987,4 @@ N/A
976987
[1.0.7]: https://github.com/facebook/Docusaurus/compare/v1.0.6...v1.0.7
977988
[1.0.6]: https://github.com/facebook/Docusaurus/compare/v1.0.5...v1.0.6
978989
[1.0.5]: https://github.com/facebook/Docusaurus/compare/v1.0.4...v1.0.5
979-
[1.0.4]: https://github.com/facebook/Docusaurus/compare/v1.0.3...v1.0.4
990+
[1.0.4]: https://github.com/facebook/Docusaurus/compare/v1.0.3...v1.0.4

v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus",
33
"description": "Easy to Maintain Open Source Documentation Websites",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"license": "MIT",
66
"keywords": [
77
"documentation",

v1/website/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"1.7.1",
23
"1.7.0",
34
"1.6.2",
45
"1.6.1",

0 commit comments

Comments
 (0)