Skip to content

Commit

Permalink
release: 13.1.0 (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert authored Oct 25, 2023
1 parent 6e690ef commit cd7b2e6
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## [13.0.0](https://github.com/AxisCommunications/media-stream-library-js/compare/4e4a5088caae9e7da56e99334997ea33ae72b7cb..c785057ea63dfdfc14b2a36ea7036446ce09bf71) (2023-09-24T08:16:46.400Z)
## [13.1.0](https://github.com/AxisCommunications/media-stream-library-js/compare/3097b186e31b543d7f0a2e552d5de2583ab2ac4e..6e690ef41a6dd6e4029a5bf0a4132c0e99c7e794) (2023-10-25T12:17:34.280Z)

### 🐛 Bug fixes
### 🚧 Maintenance

- **BREAKING** bundle stream-browserify/process by default (#767) ([c785057](https://github.com/AxisCommunications/media-stream-library-js/commit/c785057ea63dfdfc14b2a36ea7036446ce09bf71))
- report test coverage (#776) ([6e690ef](https://github.com/AxisCommunications/media-stream-library-js/commit/6e690ef41a6dd6e4029a5bf0a4132c0e99c7e794))
- update code owners (#775) ([b1a7e0f](https://github.com/AxisCommunications/media-stream-library-js/commit/b1a7e0f4e43641da86c5461883cadf99fb78ac31))
- **deps-dev**: bump the dev-dependencies group with 12 updates (#810) ([758be28](https://github.com/AxisCommunications/media-stream-library-js/commit/758be285217bd92b58f3ad9859295c3f42407e03))
- **deps-dev**: bump the dev-dependencies group with 7 updates (#789) ([3d7605b](https://github.com/AxisCommunications/media-stream-library-js/commit/3d7605bf095fae352f9ff95b20f4c26dccfdc90a))
- **deps-dev**: bump c8 from 7.14.0 to 8.0.1 (#772) ([2bca2a6](https://github.com/AxisCommunications/media-stream-library-js/commit/2bca2a6151f6348b44b6cf5113e4d27d988c63d9))
- **deps-dev**: bump the dev-dependencies group with 3 updates (#770) ([156a445](https://github.com/AxisCommunications/media-stream-library-js/commit/156a445a5034b197071f9fdde7c3c13326e3055f))
- **deps-dev**: bump jsdom from 21.1.2 to 22.1.0 (#773) ([9dfd717](https://github.com/AxisCommunications/media-stream-library-js/commit/9dfd717976c7365e12bb177b0a59ce44b691cbf6))

### ✨ Features

- **player**: add support for /mjpg/video.mjpg (#812) ([ef8812a](https://github.com/AxisCommunications/media-stream-library-js/commit/ef8812a83a3d4400bf7a7edc3f9f894fc5dd5c53))
2 changes: 1 addition & 1 deletion overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-overlay-library",
"version": "13.0.0",
"version": "13.1.0",
"license": "MIT",
"description": "React library for SVG drawing.",
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "media-js",
"description": "Media libraries for Node and the Web.",
"private": true,
"version": "13.0.0",
"version": "13.1.0",
"repository": {
"type": "git",
"url": "https://github.com/AxisCommunications/media-stream-library-js"
Expand Down
2 changes: 1 addition & 1 deletion player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-stream-player",
"version": "13.0.0",
"version": "13.1.0",
"license": "MIT",
"description": "Player built on top of media-stream-library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion streams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-stream-library",
"version": "13.0.0",
"version": "13.1.0",
"license": "MIT",
"description": "Media stream library for Node & the Web.",
"keywords": [
Expand Down

0 comments on commit cd7b2e6

Please sign in to comment.