From a603aff193096195bd805b5755f662d981d0857e Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Mon, 21 May 2018 21:43:23 -0700 Subject: [PATCH] Publish v1.1.2 (#685) * Update tree-node-cli * Publish v1.1.2 * Fix version --- CHANGELOG.md | 11 ++++++++--- package.json | 2 +- website/versions.json | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f969c070..f8f8df88d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog + All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.1.2] - 2018-05-21 + +Another HOTFIX release. One of our third-party dependencies, `tree-node-cli` didn't support Node 10+. The package has been fixed and we have updated to use the new version of that package. + ## [1.1.1] - 2018-05-21 HOTFIX release. Dependency bug found. @@ -420,7 +424,8 @@ N/A - Blog - Documentation -[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.1.2...HEAD +[1.1.2]: https://github.com/facebook/Docusaurus/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/facebook/Docusaurus/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/facebook/Docusaurus/compare/v1.0.15...v1.1.0 [1.0.14]: https://github.com/facebook/Docusaurus/compare/v1.0.14...v1.0.15 diff --git a/package.json b/package.json index b649dc1b68..a51a6b1e4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docusaurus", "description": "Easy to Maintain Open Source Documentation Websites", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "keywords": [ "documentation", diff --git a/website/versions.json b/website/versions.json index b0f8cf7550..ce70e0a243 100644 --- a/website/versions.json +++ b/website/versions.json @@ -1,4 +1,5 @@ [ + "1.1.2", "1.1.1", "1.1.0", "1.0.15",