Skip to content

Commit

Permalink
Merge ad0564e into 9833c48
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Nov 5, 2022
2 parents 9833c48 + ad0564e commit 0cb3860
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
=======================

6.4.0 (unreleased)
6.4.0 (05.11.2022)
------------------
- Markers plugin:
- Check for event after every add/remove (#2560)
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.3.0",
"version": "6.4.0",
"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": "6.3.0",
"version": "6.4.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down Expand Up @@ -55,13 +55,13 @@
"visualization"
],
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"@chiragrupani/karma-chromium-edge-launcher": "^2.2.2",
"babel-loader": "^8.2.5",
"babel-loader": "^9.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"date-fns": "^2.29.3",
Expand All @@ -73,10 +73,10 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"htmlhint": "^1.1.4",
"in-publish": "^2.0.1",
"jasmine-core": "^4.4.0",
"jasmine-core": "^4.5.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "^2.2.0",
Expand Down

0 comments on commit 0cb3860

Please sign in to comment.