Skip to content

Commit

Permalink
Release 2.0.2 (katspaugh#1294)
Browse files Browse the repository at this point in the history
* update dev dependencies

* update changelog for 2.0.2

* bump version: 2.0.2
  • Loading branch information
thijstriemstra authored and katspaugh committed Jan 11, 2018
1 parent fe0cc53 commit 9910590
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
wavesurfer.js changelog
=======================

next (unreleased)
-----------------
2.0.2 (10.01.2018)
------------------

- Added `barGap` parameter to set the space between bars (#1058)
- Replace deprecated gain.value setter (#1277)
- MediaElement backend: Update progress on pause events (#1267)
- Restore missing MediaSession plugin (#1286)

2.0.1 (18.12.2017)
------------------
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.1",
"version": "2.0.2",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "2.0.1",
"version": "2.0.2",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.min.js",
"directories": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^4.1.5",
Expand All @@ -54,14 +54,14 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^4.13.1",
"eslint": "^4.15.0",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-prettier": "^2.4.0",
"htmlhint": "^0.9.13",
"in-publish": "^2.0.0",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "1.1.1",
Expand All @@ -70,7 +70,7 @@
"lint-staged": "^6.0.0",
"load-script": "^1.0.0",
"pre-commit": "^1.2.2",
"prettier": "^1.9.2",
"prettier": "^1.10.1",
"webpack": "3",
"webpack-dev-server": "2",
"webpack-merge": "^4.1.1"
Expand Down

0 comments on commit 9910590

Please sign in to comment.