Skip to content

Commit

Permalink
chore(release): 6.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.4](v6.0.3...v6.0.4) (2022-09-05)

### Bug Fixes

* catch lost context when creating the WebGL renderer ([6a6fcc6](6a6fcc6))
* fix WebSocket constructor chocking on empty protocol string ([4caa818](4caa818))
  • Loading branch information
semantic-release-bot committed Sep 5, 2022
1 parent 37d115d commit 05140fd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [6.0.4](https://github.com/cycjimmy/jsmpeg-player/compare/v6.0.3...v6.0.4) (2022-09-05)


### Bug Fixes

* catch lost context when creating the WebGL renderer ([6a6fcc6](https://github.com/cycjimmy/jsmpeg-player/commit/6a6fcc6c75363f43f04ed2d3c980338c6095d9f6))
* fix WebSocket constructor chocking on empty protocol string ([4caa818](https://github.com/cycjimmy/jsmpeg-player/commit/4caa8181bdabd32565ce2b8c44b4282460bc0e60))

## [6.0.3](https://github.com/cycjimmy/jsmpeg-player/compare/v6.0.2...v6.0.3) (2022-06-21)


Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@cycjimmy/jsmpeg-player",
"version": "6.0.3",
"version": "6.0.4",
"description": "MPEG1 Video Player Based On JSMpeg",
"type": "module",
"main": "dist/jsmpeg-player.cjs",
Expand Down

0 comments on commit 05140fd

Please sign in to comment.