Skip to content

Commit

Permalink
bump version: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Feb 26, 2016
1 parent fe45c92 commit b4d5295
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
videojs-record changelog
========================

x.x.x - xxxx/xx/xx
1.2.0 - 2016/02/27
------------------

- Add compatibility for single file recording introduced in Chrome 49+ (by
Expand All @@ -11,8 +11,8 @@ x.x.x - xxxx/xx/xx
- Stop using deprecated `MediaStream.stop()`; use `MediaStreamTrack.stop()`
instead
- Add `audioRecorderType` and `videoRecorderType` options
- Bump required version for videojs-wavesurfer to 1.1.0 and wavesurfer.js to
1.0.57 for microphone fixes
- Bump required version for videojs-wavesurfer to 1.1.0, wavesurfer.js to
1.0.57 and recordrtc to 5.2.9 for microphone and Chrome fixes
- Fixes for latest release of the libvorbis.js plugin (1.1.1). This also
removes the `audioModuleURL` option
- IE8 font fixes
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-record",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/collab-project/videojs-record",
"description": "A video.js plugin for recording audio/video/image files.",
"main": "src/js/videojs.record.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-record",
"version": "1.1.0",
"version": "1.2.0",
"description": "A video.js plugin for recording audio/video/image files.",
"main": "src/js/videojs.record.js",
"directories": {
Expand Down

0 comments on commit b4d5295

Please sign in to comment.