chore: v1.8.1

This commit is contained in:
Yangshun Tay 2019-04-15 11:33:21 -07:00
parent 94a0da33c3
commit 0ac2441d23
3 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
## [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
This version mainly include bug fixes and a new feature to skip the next release documents when versioning is enabled.

View file

@ -1,7 +1,7 @@
{
"name": "docusaurus",
"description": "Easy to Maintain Open Source Documentation Websites",
"version": "2.0.0-alpha.6",
"version": "1.8.1",
"license": "MIT",
"keywords": [
"documentation",

View file

@ -1,4 +1,5 @@
[
"1.8.1",
"1.8.0",
"1.7.3",
"1.6.x",