mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 11:52:39 +02:00
chore: v1.8.1
This commit is contained in:
parent
94a0da33c3
commit
0ac2441d23
3 changed files with 6 additions and 1 deletions
|
@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.8.1] - 2019-4-15
|
||||||
|
|
||||||
|
We accidentally published 2.0.0-alpha.5 as latest on npm. Please do not use that and instead use the 1.x version.
|
||||||
|
|
||||||
## [1.8.0] - 2019-3-30
|
## [1.8.0] - 2019-3-30
|
||||||
|
|
||||||
This version mainly include bug fixes and a new feature to skip the next release documents when versioning is enabled.
|
This version mainly include bug fixes and a new feature to skip the next release documents when versioning is enabled.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "docusaurus",
|
"name": "docusaurus",
|
||||||
"description": "Easy to Maintain Open Source Documentation Websites",
|
"description": "Easy to Maintain Open Source Documentation Websites",
|
||||||
"version": "2.0.0-alpha.6",
|
"version": "1.8.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"documentation",
|
"documentation",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[
|
[
|
||||||
|
"1.8.1",
|
||||||
"1.8.0",
|
"1.8.0",
|
||||||
"1.7.3",
|
"1.7.3",
|
||||||
"1.6.x",
|
"1.6.x",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue