Skip to content

Commit

Permalink
release: 6.0.1 (katspaugh#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Feb 14, 2022
1 parent 1bf0091 commit 9b274c2
Show file tree
Hide file tree
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)

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.0",
"version": "6.0.1",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 9b274c2

Please sign in to comment.