Skip to content

Commit

Permalink
chore(release): 5.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.1](v5.1.0...v5.1.1) (2022-03-15)

### Bug Fixes

* fix race condition where WASM-Module is instantiated twice; and rebuild ([490801a](490801a))
* fix typo (phoboslab/jsmpeg@5588646) ([d3cc3a5](d3cc3a5))
* handle WebGL contextLost ([b04df7e](b04df7e))
  • Loading branch information
semantic-release-bot committed Mar 15, 2022
1 parent 180b0b0 commit fe35784
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.1.1](https://github.com/cycjimmy/jsmpeg-player/compare/v5.1.0...v5.1.1) (2022-03-15)


### Bug Fixes

* fix race condition where WASM-Module is instantiated twice; and rebuild ([490801a](https://github.com/cycjimmy/jsmpeg-player/commit/490801a9605c883944b5ff53c3900d9c56ea469c))
* fix typo (https://github.com/phoboslab/jsmpeg/commit/55886464d289623af9c9dd39e8080a29a0719591) ([d3cc3a5](https://github.com/cycjimmy/jsmpeg-player/commit/d3cc3a5a580170c0d3847dbc46a1904f59f77a8a))
* handle WebGL contextLost ([b04df7e](https://github.com/cycjimmy/jsmpeg-player/commit/b04df7e128be71c87fbc95b4e22acf8776f668fc))

# [5.1.0](https://github.com/cycjimmy/jsmpeg-player/compare/v5.0.1...v5.1.0) (2022-03-15)


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": "5.1.0",
"version": "5.1.1",
"description": "MPEG1 Video Player Based On JSMpeg",
"main": "dist/jsmpeg-player.cjs.js",
"module": "dist/jsmpeg-player.esm.js",
Expand Down

0 comments on commit fe35784

Please sign in to comment.