Skip to content

Commit

Permalink
Fix release (#10871)
Browse files Browse the repository at this point in the history
* Update namespace

* fix release, bump version
  • Loading branch information
LeeLenaleee committed Nov 14, 2022
1 parent 11f3cf6 commit ae1365e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -81,7 +81,6 @@ jobs:
pnpm install
pnpm install -g json
json -I -f package.json -e "this.version=\"$VERSION\""
json -I -f package-lock.json -e "this.version=\"$VERSION\""
pnpm run build
./scripts/docs-config.sh "$VERSION"
pnpm run docs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "chart.js",
"homepage": "https://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"type": "module",
"sideEffects": [
Expand Down

0 comments on commit ae1365e

Please sign in to comment.