diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f969c07004..f8f8df88d76c 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 b649dc1b684a..a51a6b1e4b3c 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 b0f8cf755024..ce70e0a243b1 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",