Skip to content

Commit

Permalink
chore(release): 4.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.4](v4.0.3...v4.0.4) (2020-01-09)

### Bug Fixes

* fix error `JSMpeg is not defined` ([556be62](556be62))
* **upgrade:** update from origin jsmpeg ([9dd8098](9dd8098))
  • Loading branch information
semantic-release-bot committed Jan 9, 2020
1 parent 9c3d046 commit a69ede1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.0.4](https://github.com/cycjimmy/jsmpeg-player/compare/v4.0.3...v4.0.4) (2020-01-09)


### Bug Fixes

* fix error `JSMpeg is not defined` ([556be62](https://github.com/cycjimmy/jsmpeg-player/commit/556be621890382d2cebdff89a15ace30af1bd364))
* **upgrade:** update from origin jsmpeg ([9dd8098](https://github.com/cycjimmy/jsmpeg-player/commit/9dd8098c46d88161efdf6334ddc81c621be02b93))

## [4.0.3](https://github.com/cycjimmy/jsmpeg-player/compare/v4.0.2...v4.0.3) (2019-10-24)


Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.3",
"version": "4.0.4",
"description": "MPEG1 Video Player Based On JSMpeg",
"main": "build/jsmpeg-player.min.js",
"scripts": {
Expand Down

0 comments on commit a69ede1

Please sign in to comment.