mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
chore: update changelog after 2.0.1 release (#7920)
This commit is contained in:
parent
d938ff7430
commit
1aae05b606
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# Docusaurus 2 Changelog
|
||||
|
||||
## 2.0.1 (2022-08-01)
|
||||
|
||||
Fix bad npm publish of 2.0.0
|
||||
|
||||
#### Committers: 1
|
||||
|
||||
- Sébastien Lorber ([@slorber](https://github.com/slorber))
|
||||
|
||||
## 2.0.0 (2022-08-01)
|
||||
|
||||
Bad npm publish, please use 2.0.1
|
||||
|
||||
#### :nail_care: Polish
|
||||
|
||||
- `docusaurus`
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
set -euo pipefail
|
||||
|
||||
CUSTOM_REGISTRY_URL="http://localhost:4873"
|
||||
NEW_VERSION="$(node -p "require('./packages/docusaurus/package.json').version").NEW"
|
||||
NEW_VERSION="$(node -p "require('./packages/docusaurus/package.json').version")-NEW"
|
||||
CONTAINER_NAME="verdaccio"
|
||||
EXTRA_OPTS=""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue