chore: update changelog after 2.0.1 release (#7920)

This commit is contained in:
Sébastien Lorber 2022-08-08 16:49:38 +02:00 committed by GitHub
parent d938ff7430
commit 1aae05b606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -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`

View file

@ -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=""