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

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