From 58de8ccf98a4cb0638610f790f2a6767caec2a34 Mon Sep 17 00:00:00 2001 From: Steven Vancoillie Date: Mon, 13 Jan 2020 12:44:17 +0100 Subject: [PATCH] v6.1.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 617dd7198..92d0a17c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [6.1.0](https://github.com/AxisCommunications/media-stream-library-js/compare/v6.0.5...v6.1.0) (2020-01-13) + + +### Bug Fixes + +* correct wrong SDP types ([0dbc78d](https://github.com/AxisCommunications/media-stream-library-js/commit/0dbc78d6375980d45e41cc34118a884ea788af0c)) + + +### Features + +* convenience pipeline to extract SDP ([bef7dd2](https://github.com/AxisCommunications/media-stream-library-js/commit/bef7dd2941d7008577b70c91431cb9231307033a)) + + + ## [6.0.5](https://github.com/AxisCommunications/media-stream-library-js/compare/v6.0.4...v6.0.5) (2019-12-19) diff --git a/package.json b/package.json index edeb9bad9..14beea485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "media-stream-library", - "version": "6.0.5", + "version": "6.1.0", "description": "Media stream library for Node & the Web.", "license": "MIT", "main": "dist/cjs/index.node.js",