Skip to content

Commit

Permalink
bump version: 5.1.0 (#2309)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jun 20, 2021
1 parent 89912ff commit 2cac824
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
wavesurfer.js changelog
=======================

x.x.x (unreleased)
5.1.0 (20.06.2021)
------------------
- Markers plugin:
- Add the ability to use custom HTML elements in place of the default marker icon by
passing the new `markerElement` parameter to the marker constructor (#2269)
- Custom HTML elements are now centered over the marker line (#2298)
- trigger `marker-click` event on wavesurfer (#2287)
- Trigger `marker-click` event on wavesurfer (#2287)
- Regions plugin: handle rollover cursor bug fix (#2293)
- Timeline plugin: prevent calling `Canvas` context methods on `null` values (#2299)
- Spectrogram plugin: prevent calling `Canvas` context methods on `null` values (#2299)
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.1",
"version": "5.1.0",
"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": "5.0.1",
"version": "5.1.0",
"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.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/register": "^7.14.5",
"@chiragrupani/karma-chromium-edge-launcher": "^2.1.1",
Expand All @@ -74,11 +74,11 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^7.28.0",
"eslint": "^7.29.0",
"htmlhint": "^0.15.1",
"in-publish": "^2.0.1",
"jasmine-core": "^3.7.1",
"karma": "^6.3.3",
"karma": "^6.3.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.1",
Expand All @@ -89,7 +89,7 @@
"lint-staged": "^11.0.0",
"load-script": "^1.0.0",
"pre-commit": "^1.2.2",
"webpack": "^5.38.1",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.0.0-beta.3",
"webpack-merge": "^5.8.0"
Expand Down

0 comments on commit 2cac824

Please sign in to comment.