Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert committed May 18, 2021
1 parent 4de73e5 commit 85dba4e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

All notable changes to this project will be documented in this file.

## [v4.4.0](https://github.com/AxisCommunications/media-stream-player-js/compare/v4.3.0...v4.4.0) (2021-04-14 11:54:28 +0200)
## [v5.0.0](https://github.com/AxisCommunications/media-stream-player-js/compare/v4.4.0...v5.0.0) (2021-05-18 14:31:32 +0200)

### Maintenance

- **deps**: upgrade all dependencies ([67e2b24](https://github.com/AxisCommunications/media-stream-player-js/commit/67e2b24e2b13897a07d40966abc998b76aa7e74c))
- **deps**: upgrade all dependencies ([d9e7243](https://github.com/AxisCommunications/media-stream-player-js/commit/d9e72434ab63a3fcdc248b266ba77ce136b214de))
- **deps**: upgrade all dependencies ([fb277de](https://github.com/AxisCommunications/media-stream-player-js/commit/fb277de99e4de2d420b95436842ce2291d417ca1))
- **deps**: upgrade media-stream-library to v10 ([7a5e436](https://github.com/AxisCommunications/media-stream-player-js/commit/7a5e43686ca73c284b1d59a3a8020b7616f14b91))

### Features

- provide legacy support for older browsers ([8c515e7](https://github.com/AxisCommunications/media-stream-player-js/commit/8c515e7538cdcb400c68e0b7351c68a1262941df))
- **BREAKING** utility to fetch transformation matrix ([4de73e5](https://github.com/AxisCommunications/media-stream-player-js/commit/4de73e553f3baf083053503d68cdf686ffc3feba))

## [v4.4.0](https://github.com/AxisCommunications/media-stream-player-js/compare/v4.3.0...v4.4.0) (2021-04-14 13:12:38 +0200)

### Maintenance

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": "media-stream-player",
"version": "4.4.0",
"version": "5.0.0",
"description": "Player built on top of media-stream-library",
"license": "MIT",
"main": "dist/esm/index.js",
Expand Down

0 comments on commit 85dba4e

Please sign in to comment.