Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 2.0.7 #1451

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ language: node_js
node_js:
- "node"
cache:
directories:
- node_modules
#directories:
#- node_modules
install:
- npm prune
- npm install
- npm update
script:
- npm run build
- npm run test
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
wavesurfer.js changelog
=======================

2.0.7 (unreleased)
2.0.7 (03.09.2018)
------------------

- Add wavesurfer.js logo, created by @entonbiba (#1409)
- Library version number is now available as `WaveSurfer.VERSION` (#1430)
- Fix `setSinkId` that used deprecated API (#1428)
- Set `isReady` attribute to false when emptying wavesufer (#1396, #1403)
- Fix cursor plugin `destroy` (#1435)

2.0.6 (14.06.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.6",
"version": "2.0.7",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <[email protected]>"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "2.0.6",
"version": "2.0.7",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.min.js",
"directories": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-istanbul": "^5.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
Expand All @@ -54,11 +54,11 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.4.0",
"eslint": "^5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-prettier": "^2.6.2",
"htmlhint": "^0.9.13",
"htmlhint": "^0.10.0",
"in-publish": "^2.0.0",
"jasmine-core": "^3.2.1",
"karma": "^3.0.0",
Expand All @@ -75,9 +75,9 @@
"pre-commit": "^1.2.2",
"prettier": "^1.14.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.16.5",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "3",
"webpack-dev-server": "^3.1.7",
"webpack-merge": "^4.1.4"
},
"homepage": "https://github.com/katspaugh/wavesurfer.js",
Expand Down