File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ repos:
22
22
- id : mixed-line-ending
23
23
- id : trailing-whitespace
24
24
- repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
25
- rev : v9.5 .0
25
+ rev : v9.11 .0
26
26
hooks :
27
27
- id : commitlint
28
28
stages :
29
29
- commit-msg
30
30
- repo : https://github.com/DavidAnson/markdownlint-cli2
31
- rev : v0.10 .0
31
+ rev : v0.12 .0
32
32
hooks :
33
33
- id : markdownlint-cli2
34
34
exclude : ^LICENSE\.md$
@@ -42,12 +42,12 @@ repos:
42
42
- id : codespell
43
43
args : [--ignore-words=.codespellignore]
44
44
- repo : https://github.com/sirosen/check-jsonschema
45
- rev : 0.27.0
45
+ rev : 0.27.3
46
46
hooks :
47
47
- id : check-github-actions
48
48
- id : check-github-workflows
49
49
- repo : https://github.com/pre-commit/mirrors-prettier
50
- rev : v3.0.3
50
+ rev : v3.1.0
51
51
hooks :
52
52
- id : prettier
53
53
types_or :
Original file line number Diff line number Diff line change 7
7
- Fix: minimize floating point errors in AudioBufferSourceNode currentTime calculation
8
8
- Fix: AudioParam automationRate does not instantly update on the control thread
9
9
- Fix: AudioParam better handling of non finite values in arguments
10
- - Fix: Panic at Analiser initialization for some combinations of min/maxDecibel
10
+ - Fix: Panic at Analyser initialization for some combinations of min/maxDecibel
11
11
12
12
## Version 0.41.0 (2024-01-04)
13
13
You can’t perform that action at this time.
0 commit comments