From e3cac77934663c18b3d73277c7f183cc2385d4cc Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sun, 8 Mar 2020 23:44:00 +0300 Subject: [PATCH] chore(v2): v2.0.0 alpha.47 (#2384) * chore(v2): v2.0.0 alpha.45 * Update CHANGELOG-2.x.md * Update CHANGELOG-2.x.md --- CHANGELOG-2.x.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG-2.x.md b/CHANGELOG-2.x.md index dbccc33005..dfd50c8251 100644 --- a/CHANGELOG-2.x.md +++ b/CHANGELOG-2.x.md @@ -1,5 +1,20 @@ # Docusaurus 2 Changelog +## 2.0.0-alpha.47 (2020-03-08) + +**HOTFIX for 2.0.0-alpha.44**. + +#### :bug: Bug Fix + +- Other + - [#2383](https://github.com/facebook/docusaurus/pull/2383) fix(v2): specify proper version for stylelint-copyright ([@lex111](https://github.com/lex111)) +- `docusaurus` + - [#2382](https://github.com/facebook/docusaurus/pull/2382) fix(v2): add missing preset-typescript dependency ([@lex111](https://github.com/lex111)) + +#### Committers: 1 + +- Alexey Pyltsyn ([@lex111](https://github.com/lex111)) + ## 2.0.0-alpha.44 (2020-03-08) #### :rocket: New Feature