Skip to content

Commit

Permalink
Release 2.0.5 (katspaugh#1337)
Browse files Browse the repository at this point in the history
* Bump version to 2.0.5 and updated changelog

* update changelog

* update release date

* fix typo
  • Loading branch information
janhartmann authored and katspaugh committed Mar 4, 2018
1 parent bc747b2 commit 1b6bba1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
wavesurfer.js changelog
=======================

2.0.5 (unreleased)
2.0.5 (26.02.2018)
------------------

- Add version information to minified files (#1330)

- Fix `util.ajax` on iterating `requestHeaders` (#1329)
- Add version information to distributed files (#1330)
- Regions plugin: prevent click when creating / updating region (#1295)
- Add `wavesurfer.isReady` method (#1333)

2.0.4 (14.02.2018)
------------------
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": "2.0.4",
"version": "2.0.5",
"homepage": "https://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": "2.0.4",
"version": "2.0.5",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.min.js",
"directories": {
Expand Down

0 comments on commit 1b6bba1

Please sign in to comment.