Skip to content

Commit

Permalink
bump version: 4.6.0 (katspaugh#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Mar 5, 2021
1 parent 142a822 commit 48e89e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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
=======================

4.6.0 (unreleased)
4.6.0 (04.03.2021)
------------------
- Webaudio: fix `decodeAudioData` handling in Safari (#2201)
- Markers plugin: add new plugin that allows for timeline markers (#2196)
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": "4.5.0",
"version": "4.6.0",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "4.5.0",
"version": "4.6.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down Expand Up @@ -54,15 +54,15 @@
"visualization"
],
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/register": "^7.12.13",
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/register": "^7.13.8",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"date-fns": "^2.17.0",
"date-fns": "^2.18.0",
"debounce": "^1.2.0",
"esdoc": "^1.1.0",
"esdoc-accessor-plugin": "^1.0.0",
Expand All @@ -71,7 +71,7 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^7.20.0",
"eslint": "^7.21.0",
"htmlhint": "^0.14.2",
"in-publish": "^2.0.1",
"jasmine-core": "^3.6.0",
Expand All @@ -86,7 +86,7 @@
"lint-staged": "^10.5.4",
"load-script": "^1.0.0",
"pre-commit": "^1.2.2",
"webpack": "^5.21.2",
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.0.0-beta.0",
"webpack-merge": "^5.7.3"
Expand Down

0 comments on commit 48e89e4

Please sign in to comment.