Skip to content

Commit c670d60

Browse files
committed
v4.0.0-beta.1
1 parent d832f85 commit c670d60

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Peaks.js
22

3-
## 4.0.0-beta.0
3+
## 4.0.0-beta.1 (2025/04/29)
4+
5+
* (#561) Added `view.setAxisLabelColor()` and
6+
`view.setAxisGridlineColor()` methods (@chrisn)
7+
8+
## 4.0.0-beta.0 (2024/11/30)
49

510
* (#548) Added `zoomview.update` event, which is emitted when the time
611
range visible in the zoomable waveform view changes (@chrisn)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,4 @@ Thank you to all our [contributors](https://github.com/bbc/peaks.js/graphs/contr
372372

373373
# Copyright
374374

375-
Copyright 2024 British Broadcasting Corporation
375+
Copyright 2025 British Broadcasting Corporation

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "peaks.js",
3-
"version": "4.0.0-beta.0",
3+
"version": "4.0.0-beta.1",
44
"description": "JavaScript UI component for displaying audio waveforms",
55
"main": "./dist/peaks.min.js",
66
"module": "./dist/peaks.esm.js",

0 commit comments

Comments
 (0)