Skip to content

Commit be09889

Browse files
authored
Publish Docusaurus v1.0.5 (#386)
1 parent c14a8d2 commit be09889

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.0.5] - 2018-01-09
10+
11+
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.
12+
13+
### Breaking Changes
14+
15+
N/A
16+
17+
### Added
18+
19+
N/A
20+
21+
### Fixed/Changed
22+
23+
- Docusaurus builds on Windows ([PR #381](https://github.com/facebook/Docusaurus/pull/381), thanks @qcz).
24+
- Fixed publishing for user/org GitHub sites (as opposed to project sites) ([PR #384](https://github.com/facebook/Docusaurus/pull/384)).
25+
- Clarification and updates on the publishing and API documentation ([PR #372](https://github.com/facebook/Docusaurus/pull/372)).
26+
27+
### Removed
28+
29+
N/A
30+
931
## [1.0.4] - 2017-12-27
1032

1133
This is generally a bug fix release, with some code refactoring. Total commits in this release is 58.
@@ -43,4 +65,5 @@ N/A
4365
- Documentation
4466

4567
[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.0.4...HEAD
68+
[1.0.5]: https://github.com/facebook/Docusaurus/compare/v1.0.4...v1.0.5
4669
[1.0.4]: https://github.com/facebook/Docusaurus/compare/v1.0.3...v1.0.4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus",
33
"description": "Easy to Maintain Open Source Documentation Websites",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"license": "MIT",
66
"keywords": [
77
"documentation",

0 commit comments

Comments
 (0)