Skip to content

Commit

Permalink
update to version 1.3.5 (katspaugh#1036)
Browse files Browse the repository at this point in the history
* update to version 1.3.5

* update to version 1.3.5

* update to version 1.3.5
  • Loading branch information
entonbiba authored and mspae committed Mar 12, 2017
1 parent f6ce2c3 commit 5265418
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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
=======================

1.3.5 (10.03.2017)
------------------
- Add a `getImage` method for MultiCanvas (#1012)
- Add Playlist plugin (#1018)
- Add Playlist plugin sample (#1019)
- Add a new parameter `barHeight` (#1020)
- Add a `playBackRate` method for MediaElement (#1022)

1.3.4 (25.02.2017)
------------------
- Add a new parameter `forceDecode` (#1009)
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": "1.3.4",
"version": "1.3.5",
"homepage": "http://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "1.3.4",
"version": "1.3.5",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.min.js",
"directories": {
Expand Down

0 comments on commit 5265418

Please sign in to comment.