Skip to content

Commit

Permalink
bump 2.3.0, use cache in publish-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Jan 25, 2023
1 parent 7fa38e2 commit fe3e48d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
registry-url: https://registry.npmjs.org/
- name: Setup and build
run: |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chartjs-chart-treemap",
"homepage": "https://chartjs-chart-treemap.pages.dev/",
"version": "2.2.0",
"version": "2.3.0",
"description": "Chart.js module for creating treemap charts",
"type": "module",
"main": "dist/chartjs-chart-treemap.esm.js",
Expand Down

0 comments on commit fe3e48d

Please sign in to comment.