mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-14 16:52:39 +02:00
v1.7.1 (#1202)
This commit is contained in:
parent
945f511ecb
commit
49efdd8fa2
3 changed files with 15 additions and 3 deletions
15
CHANGELOG.md
15
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
|
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[
|
||||
"1.7.1",
|
||||
"1.7.0",
|
||||
"1.6.2",
|
||||
"1.6.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue