Skip to content

Commit

Permalink
release v3.3.1 (katspaugh#1848)
Browse files Browse the repository at this point in the history
* update changelog

* bump version: 3.3.1
  • Loading branch information
thijstriemstra authored and katspaugh committed Jan 14, 2020
1 parent a6c577e commit e491aca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
wavesurfer.js changelog
=======================

3.3.1 (13.01.2020)
------------------

- Regions plugin:
- Improve handles style support (#1839)
- Add support for a context menu event on a region (#1844)
- Fix for handle position when using `channelIdx` param (#1845)

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

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.3.0",
"version": "3.3.1",
"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.3.0",
"version": "3.3.1",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down Expand Up @@ -52,9 +52,9 @@
"visualization"
],
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"@babel/register": "^7.8.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
Expand Down

0 comments on commit e491aca

Please sign in to comment.