Skip to content

Commit

Permalink
Showing 3 changed files with 7 additions and 7 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.1 (unreleased)
6.0.1 (13.02.2022)
------------------
- Fixed a regression that broke bars rendering when using a certain format for the peaks array (#2439)

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.0",
"version": "6.0.1",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <[email protected]>"
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "6.0.0",
"version": "6.0.1",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
@@ -55,7 +55,7 @@
"visualization"
],
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
@@ -74,13 +74,13 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^8.8.0",
"eslint": "^8.9.0",
"htmlhint": "^1.1.2",
"in-publish": "^2.0.1",
"jasmine-core": "^4.0.0",
"karma": "^6.3.15",
"karma": "^6.3.16",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "^2.1.1",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "4.0.1",
"karma-jasmine-matchers": "5.0.0",

0 comments on commit 9b274c2

Please sign in to comment.