Skip to content

Commit b8d2b1b

Browse files
committed
1.0.7
1 parent fa836d7 commit b8d2b1b

File tree

3 files changed

+551
-546
lines changed

3 files changed

+551
-546
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/setup-node@v3
5353
if: ${{ steps.version.outputs.version }}
5454
with:
55-
node-version: '16.x'
55+
node-version: '20'
5656
registry-url: 'https://registry.npmjs.org'
5757

5858
- name: Install dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wavesurfer/react",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "React component and hook for wavesurfer.js",
55
"homepage": "https://wavesurfer.xyz",
66
"repository": {
@@ -58,7 +58,7 @@
5858
"rollup": "^3.26.2",
5959
"rollup-plugin-inject-process-env": "^1.3.1",
6060
"typescript": "^5.0.4",
61-
"wavesurfer.js": "^7.6.1"
61+
"wavesurfer.js": "^7.8.1"
6262
},
6363
"jest": {
6464
"transform": {},

0 commit comments

Comments
 (0)