Skip to content

Commit 77ac3e3

Browse files
committed
update changelog and bump example version
1 parent ba68f75 commit 77ac3e3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ to lint the typescript files
5858

5959
## changelog
6060

61-
3.0.0 updated dependencies and removed UMD support, this and future versions will be ESM only
61+
* 3.0.1 eslint-plugin-import dependency update, to fix JSON5 related [CVE-2022-46175](https://github.com/advisories/GHSA-9c47-m6qq-7p4h)
62+
* 3.0.0 updated dependencies and removed UMD support, this and future versions will be ESM only
6263

6364
## contributing (help / PRs appreciated 😊)
6465

examples/simple-waveform/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waveform-visualizer_example_simple-waveform_client",
3-
"version": "2.0.2",
3+
"version": "3.0.1",
44
"description": "(audio) waveform visualizer example simple waveform client",
55
"keywords": [
66
"canvas",

examples/simple-waveform/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waveform-visualizer_example_simple-waveform_server",
3-
"version": "2.0.2",
3+
"version": "3.0.1",
44
"description": "(audio) waveform visualizer example simple waveform server",
55
"keywords": [
66
"canvas",

0 commit comments

Comments
 (0)