Skip to content

Commit

Permalink
release v3.3.0 (katspaugh#1835)
Browse files Browse the repository at this point in the history
* update dev dependencies

* bump version: 3.3.0

* update copyright year
  • Loading branch information
thijstriemstra authored and katspaugh committed Dec 30, 2019
1 parent 06ef797 commit 17d6731
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wavesurfer.js changelog
=======================

3.3.0 (unreleased)
3.3.0 (29.12.2019)
------------------

- `wavesurfer.exportPCM` now accepts an optional `end` argument and returns
Expand All @@ -12,13 +12,15 @@ wavesurfer.js changelog
hint (#1642)
- Add `barMinHeight` option (#1693)
- Expose progress to the `dblclick` event (#1790)
- Deprecate `util.extend` and replace usage with `Object.assign` (#1825)
- Regions plugin:
- Add `start` argument to `play` and `playLoop` methods (#1794)
- Add `maxRegions` option to limit max numbers of created regions (#1793)
- Don't assign to module object (#1823)
- Allow setting the `handleColor` inside `addRegion` (#1798)
- Disable drag selection before enabling it (#1698)
- Add `channelIdx` option to select specific channel to draw on (#1829)
- Refactor for improved readability (#1826)
- Cursor plugin: fix time visibility (#1802)

3.2.0 (24.10.2019)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2012-2019, katspaugh and contributors
Copyright (c) 2012-2020, katspaugh and contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
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": "3.2.0",
"version": "3.3.0",
"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": "3.2.0",
"version": "3.3.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^5.2.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"date-fns": "^2.8.1",
"debounce": "^1.2.0",
Expand All @@ -70,7 +70,7 @@
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"htmlhint": "^0.11.0",
"in-publish": "^2.0.0",
Expand All @@ -89,7 +89,7 @@
"pre-commit": "^1.2.2",
"prettier": "^1.19.1",
"terser-webpack-plugin": "^2.3.1",
"webpack": "^4.41.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2"
Expand Down

0 comments on commit 17d6731

Please sign in to comment.