Skip to content

Commit

Permalink
bump version: 5.0.1 (katspaugh#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed May 5, 2021
1 parent 9052580 commit b01e1e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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
=======================

5.0.1 (unreleased)
5.0.1 (05.05.2021)
------------------

- Fix removing DOM element on `destroy()` (#2258)
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": "5.0.0",
"version": "5.0.1",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "5.0.0",
"version": "5.0.1",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down Expand Up @@ -55,8 +55,8 @@
"visualization"
],
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/register": "^7.13.16",
"@chiragrupani/karma-chromium-edge-launcher": "^2.1.0",
"babel-eslint": "^10.1.0",
Expand All @@ -65,7 +65,7 @@
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-proxy": "^1.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"date-fns": "^2.21.1",
"date-fns": "^2.21.2",
"debounce": "^1.2.1",
"esdoc": "^1.1.0",
"esdoc-accessor-plugin": "^1.0.0",
Expand All @@ -74,7 +74,7 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^7.24.0",
"eslint": "^7.25.0",
"htmlhint": "^0.14.2",
"in-publish": "^2.0.1",
"jasmine-core": "^3.7.1",
Expand All @@ -89,7 +89,7 @@
"lint-staged": "^10.5.4",
"load-script": "^1.0.0",
"pre-commit": "^1.2.2",
"webpack": "^5.35.0",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^4.0.0-beta.2",
"webpack-merge": "^5.7.3"
Expand Down

0 comments on commit b01e1e6

Please sign in to comment.