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

Commit 5bc8b90

Browse files
committed
v8.0.0
1 parent 23da56a commit 5bc8b90

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
All notable changes to this project will be documented in this file.
44

55

6-
## [v7.0.0](https://github.com/AxisCommunications/media-stream-player-js/compare/v6.4.0...v7.0.0) (2021-11-24 10:34:05 +0100)
6+
## [v8.0.0](https://github.com/AxisCommunications/media-stream-player-js/compare/v7.0.0...v8.0.0) (2022-05-13 16:43:47 +0200)
7+
8+
### ⚙️ Maintenance
9+
10+
- update node versions (#198) ([23da56a](https://github.com/AxisCommunications/media-stream-player-js/commit/23da56af830cfd66f129331fd252f9077a70b421))
11+
- **BREAKING** migrate from webpack to esbuild/vite and upgrade dependencies. ([062f1e5](https://github.com/AxisCommunications/media-stream-player-js/commit/062f1e52b460d5b8ce318ef309c8df59b7c0750a))
12+
13+
## [v7.0.0](https://github.com/AxisCommunications/media-stream-player-js/compare/v6.4.0...v7.0.0) (2021-11-24 10:42:57 +0100)
714

815
### ✨ Features
916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "media-stream-player",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Player built on top of media-stream-library",
55
"license": "MIT",
66
"main": "dist/index-cjs.js",

0 commit comments

Comments
 (0)