Skip to content

Commit

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

* bump version: 2.1.3

* add favicon

* update date

* update dev dependencies
  • Loading branch information
thijstriemstra authored and katspaugh committed Jan 21, 2019
1 parent 799faba commit 7bbc1c3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
wavesurfer.js changelog
=======================

2.1.3 (21.01.2019)
------------------

- Fix removeOnAudioProcess for Safari (#1215, #1367, #1398)

2.1.2 (06.01.2019)
------------------

Expand Down
Binary file added assets/favicon.ico
Binary file not shown.
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.1.2",
"version": "2.1.3",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "2.1.2",
"version": "2.1.3",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.min.js",
"directories": {
Expand Down Expand Up @@ -47,15 +47,15 @@
"visualization"
],
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-loader": "^8.0.5",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"date-fns": "^1.29.0",
"date-fns": "^1.30.1",
"debounce": "^1.2.0",
"esdoc": "^1.1.0",
"esdoc-accessor-plugin": "^1.0.0",
Expand All @@ -64,31 +64,31 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
"eslint": "^5.12.1",
"eslint-config-prettier": "^3.6.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-prettier": "^3.0.1",
"htmlhint": "^0.10.1",
"in-publish": "^2.0.0",
"jasmine-core": "^3.3.0",
"karma": "^3.1.3",
"karma": "^3.1.4",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "^1.1.2",
"karma-coveralls": "^2.1.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "2.0.1",
"karma-jasmine-matchers": "3.8.3",
"karma-jasmine-matchers": "3.8.4",
"karma-verbose-reporter": "0.0.6",
"karma-webpack": "^3.0.5",
"lint-staged": "^8.1.0",
"load-script": "^1.0.0",
"pre-commit": "^1.2.2",
"prettier": "^1.15.3",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4"
"prettier": "^1.16.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
},
"homepage": "https://github.com/katspaugh/wavesurfer.js",
"pre-commit": "lint-and-format-staged",
Expand Down

0 comments on commit 7bbc1c3

Please sign in to comment.