Skip to content

Commit

Permalink
bump version: 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jul 14, 2019
1 parent f770a17 commit 6fa6553
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 56 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
videojs-wavesurfer changelog
============================

2.9.0 - unreleased
2.9.0 - 2019/07/14
------------------

- Replace usage of `WaveSurfer.util.ajax()` with `WaveSurfer.util.fetchFile()`
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": "videojs-wavesurfer",
"version": "2.8.0",
"version": "2.9.0",
"homepage": "https://github.com/collab-project/videojs-wavesurfer",
"description": "video.js plugin that adds a navigable waveform for audio and video files.",
"license": "MIT",
Expand Down
94 changes: 44 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-wavesurfer",
"version": "2.8.0",
"version": "2.9.0",
"description": "video.js plugin that adds a navigable waveform for audio and video files.",
"author": "Collab",
"license": "MIT",
Expand Down Expand Up @@ -58,13 +58,13 @@
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^5.1.4",
"browserslist": "^4.6.4",
"browserslist": "^4.6.6",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"htmlhint": "^0.11.0",
"in-publish": "^2.0.0",
"jasmine-core": "^3.4.0",
"jsdoc": "^3.6.2",
"jsdoc": "^3.6.3",
"karma": "^4.2.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^1.1.2",
Expand All @@ -90,7 +90,7 @@
"terser-webpack-plugin": "^1.3.0",
"tui-jsdoc-template": "^1.2.2",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webrtc-adapter": "^7.2.8"
Expand Down

0 comments on commit 6fa6553

Please sign in to comment.