Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.4...v5.0.0) (2020-01-19)

### Features

* use rollup refactor project ([1d04cd5](1d04cd5))

### BREAKING CHANGES

* use rollup refactor project
  • Loading branch information
semantic-release-bot committed Jan 19, 2020
1 parent 1871b4f commit 403b715
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.0.0](https://github.com/cycjimmy/jsmpeg-player/compare/v4.0.4...v5.0.0) (2020-01-19)


### Features

* use rollup refactor project ([1d04cd5](https://github.com/cycjimmy/jsmpeg-player/commit/1d04cd5b1589e7481207ca4c45d4a39eddbd673c))


### BREAKING CHANGES

* use rollup refactor project

## [4.0.4](https://github.com/cycjimmy/jsmpeg-player/compare/v4.0.3...v4.0.4) (2020-01-09)


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.4",
"version": "5.0.0",
"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 403b715

Please sign in to comment.