This commit is contained in:
endiliey 2019-11-22 12:24:03 +07:00
parent 0984dfcde5
commit d2a095bec0
9 changed files with 19 additions and 9 deletions

View file

@ -4,6 +4,15 @@ 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).
## [1.14.2] - 2019-11-22
#### :bug: Bug Fix
* `docusaurus-1.x`
* [#2028](https://github.com/facebook/docusaurus/pull/2028) fix(v1): apply negative margin to docs heading only ([@yangshun](https://github.com/yangshun))
#### :memo: Documentation
* [#2026](https://github.com/facebook/docusaurus/pull/2026) docs(v1): showcase user Channelize.io ([@gauravberiwal](https://github.com/gauravberiwal))
## [1.14.1] - 2019-11-21
#### :bug: Bug Fix
@ -1198,7 +1207,8 @@ N/A
- Blog
- Documentation
[unreleased]: https://github.com/facebook/docusaurus/compare/v1.14.1...HEAD
[unreleased]: https://github.com/facebook/docusaurus/compare/v1.14.2...HEAD
[1.14.2]: https://github.com/facebook/docusaurus/compare/v1.14.1...v1.14.2
[1.14.1]: https://github.com/facebook/docusaurus/compare/v1.14.0...v1.14.1
[1.14.0]: https://github.com/facebook/docusaurus/compare/v1.13.0...v1.14.0
[1.13.0]: https://github.com/facebook/docusaurus/compare/v1.12.0...v1.13.0

View file

@ -1,7 +1,7 @@
{
"name": "docusaurus",
"description": "Easy to Maintain Open Source Documentation Websites",
"version": "1.14.1",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"documentation",

View file

@ -14,6 +14,6 @@
"crowdin-download": "crowdin --config ../crowdin.yaml download -b master"
},
"dependencies": {
"docusaurus": "^1.14.1"
"docusaurus": "^1.14.2"
}
}

View file

@ -1,5 +1,5 @@
---
id: version-1.14.1-doc-markdown
id: version-1.14.2-doc-markdown
title: Markdown Features
original_id: doc-markdown
---

View file

@ -1,5 +1,5 @@
---
id: version-1.14.1-site-config
id: version-1.14.2-site-config
title: siteConfig.js
original_id: site-config
---

View file

@ -1,5 +1,5 @@
---
id: version-1.14.1-installation
id: version-1.14.2-installation
title: Installation
description: Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly!
original_id: installation

View file

@ -1,5 +1,5 @@
---
id: version-1.14.1-publishing
id: version-1.14.2-publishing
title: Publishing your site
original_id: publishing
---

View file

@ -1,5 +1,5 @@
---
id: version-1.14.1-translation
id: version-1.14.2-translation
title: Translations & Localization
original_id: translation
---

View file

@ -1,5 +1,5 @@
[
"1.14.1",
"1.14.2",
"1.13.0",
"1.12.0",
"1.11.x",