Skip to content

Commit

Permalink
bump version: 6.0.2 (katspaugh#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Feb 20, 2022
1 parent 3bc715b commit 46d423b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2 (unreleased)
6.0.2 (20.02.2022)
------------------
- Fix regression and restore support for passing a `CanvasGradient` to
`setWaveColor()` (#2448)
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.1",
"version": "6.0.2",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "6.0.1",
"version": "6.0.2",
"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.2",
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
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.3",
"lint-staged": "^12.3.4",
"load-script": "^2.0.0",
"pre-commit": "^1.2.2",
"webpack": "^5.68.0",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
Expand Down

0 comments on commit 46d423b

Please sign in to comment.