Skip to content

Commit

Permalink
bump version: 6.0.4 (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Mar 8, 2022
1 parent 502ac42 commit f16f333
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wavesurfer.js changelog
=======================

6.0.4 (unreleased)
6.0.4 (09.03.2022)
------------------
- Spectrogram plugin:
- Add `frequencyMin`, `frequencyMax` option to scale frequency axis.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "6.0.3",
"version": "6.0.4",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <[email protected]>"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "6.0.3",
"version": "6.0.4",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down Expand Up @@ -86,10 +86,10 @@
"karma-jasmine-matchers": "5.0.0",
"karma-verbose-reporter": "0.0.8",
"karma-webpack": "^5.0.0",
"lint-staged": "^12.3.4",
"lint-staged": "^12.3.5",
"load-script": "^2.0.0",
"pre-commit": "^1.2.2",
"webpack": "^5.69.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
Expand Down

0 comments on commit f16f333

Please sign in to comment.