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

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert committed May 13, 2022
1 parent 23da56a commit 5bc8b90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
All notable changes to this project will be documented in this file.


## [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)
## [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)

### ⚙️ Maintenance

- update node versions (#198) ([23da56a](https://github.com/AxisCommunications/media-stream-player-js/commit/23da56af830cfd66f129331fd252f9077a70b421))
- **BREAKING** migrate from webpack to esbuild/vite and upgrade dependencies. ([062f1e5](https://github.com/AxisCommunications/media-stream-player-js/commit/062f1e52b460d5b8ce318ef309c8df59b7c0750a))

## [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)

### ✨ Features

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

0 comments on commit 5bc8b90

Please sign in to comment.