Skip to content

Commit

Permalink
bump version: 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed May 6, 2018
1 parent e30986e commit 0527ba2
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
videojs-record changelog
========================

2.2.0 - unreleased
2.2.0 - 2018/05/07
------------------

- Package library using webpack 4 (#226)
- Add unit tests using karma/webpack/jasmine (#226)
- Bump required version for videojs-wavesurfer to 2.3.1 for wavesurfer
- Bump required version for videojs-wavesurfer to 2.3.2 for wavesurfer
destroy fixes


Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-record",
"version": "2.1.3",
"version": "2.2.0",
"homepage": "https://github.com/collab-project/videojs-record",
"description": "A video.js plugin for recording audio/video/image files.",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"recordrtc": ">=5.4.6",
"video.js": ">=6.0.0",
"videojs-wavesurfer": ">=2.2.0",
"videojs-wavesurfer": ">=2.3.2",
"webrtc-adapter": ">=5.0.0"
},
"devDependencies": {
Expand Down
33 changes: 25 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-record",
"version": "2.1.3",
"version": "2.2.0",
"description": "A video.js plugin for recording audio/video/image files.",
"author": "Collab",
"license": "MIT",
Expand Down Expand Up @@ -71,7 +71,7 @@
"dependencies": {
"recordrtc": ">=5.4.6",
"video.js": ">=6.2.7",
"videojs-wavesurfer": ">=2.3.1",
"videojs-wavesurfer": ">=2.3.2",
"webrtc-adapter": ">=5.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit 0527ba2

Please sign in to comment.