Publish Docusaurus v1.0.5 (#386)

This commit is contained in:
Joel Marcey 2018-01-09 13:56:35 -08:00 committed by GitHub
parent c14a8d2e77
commit be09889b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 2 deletions

View File

@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [1.0.5] - 2018-01-09
This is a targeted bug fix release, with some documentation updates and Docusaurus repo housekeeping in between. Total commits in this release is 13, including the release itself.
### Breaking Changes
N/A
### Added
N/A
### Fixed/Changed
- Docusaurus builds on Windows ([PR #381](https://github.com/facebook/Docusaurus/pull/381), thanks @qcz).
- Fixed publishing for user/org GitHub sites (as opposed to project sites) ([PR #384](https://github.com/facebook/Docusaurus/pull/384)).
- Clarification and updates on the publishing and API documentation ([PR #372](https://github.com/facebook/Docusaurus/pull/372)).
### Removed
N/A
## [1.0.4] - 2017-12-27
This is generally a bug fix release, with some code refactoring. Total commits in this release is 58.
@ -43,4 +65,5 @@ N/A
- Documentation
[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.0.4...HEAD
[1.0.5]: https://github.com/facebook/Docusaurus/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/facebook/Docusaurus/compare/v1.0.3...v1.0.4

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "docusaurus",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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