Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jul 3, 2024
1 parent fa836d7 commit b8d2b1b
Show file tree
Hide file tree
Showing 3 changed files with 551 additions and 546 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ steps.version.outputs.version }}
with:
node-version: '16.x'
node-version: '20'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wavesurfer/react",
"version": "1.0.6",
"version": "1.0.7",
"description": "React component and hook for wavesurfer.js",
"homepage": "https://wavesurfer.xyz",
"repository": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"rollup": "^3.26.2",
"rollup-plugin-inject-process-env": "^1.3.1",
"typescript": "^5.0.4",
"wavesurfer.js": "^7.6.1"
"wavesurfer.js": "^7.8.1"
},
"jest": {
"transform": {},
Expand Down
Loading

0 comments on commit b8d2b1b

Please sign in to comment.