mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
Publish v1.1.2 (#685)
* Update tree-node-cli * Publish v1.1.2 * Fix version
This commit is contained in:
parent
1a604d820b
commit
a603aff193
3 changed files with 10 additions and 4 deletions
11
CHANGELOG.md
11
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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[
|
||||
"1.1.2",
|
||||
"1.1.1",
|
||||
"1.1.0",
|
||||
"1.0.15",
|
||||
|
|
Loading…
Add table
Reference in a new issue