Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.0...v3.0.0) (2022-03-26)

### Bug Fixes

* fix sass-lib path ([0016cd4](0016cd4))
* some chore ([b1cc2af](b1cc2af))

### Features

* change to module mode ([2a8d48f](2a8d48f))

### BREAKING CHANGES

* change to module mode
  • Loading branch information
semantic-release-bot committed Mar 26, 2022
1 parent d394edd commit b42058d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.0.0](https://github.com/cycjimmy/h5-video-player/compare/v2.1.0...v3.0.0) (2022-03-26)


### Bug Fixes

* fix sass-lib path ([0016cd4](https://github.com/cycjimmy/h5-video-player/commit/0016cd477bdb19fd987d211a3e2c6e1634e2bfc1))
* some chore ([b1cc2af](https://github.com/cycjimmy/h5-video-player/commit/b1cc2af4c7bc778bca486b13beb33cae30205ef2))


### Features

* change to module mode ([2a8d48f](https://github.com/cycjimmy/h5-video-player/commit/2a8d48fe53518ce4037b334e2286e3d6921a933d))


### BREAKING CHANGES

* change to module mode

# [2.1.0](https://github.com/cycjimmy/h5-video-player/compare/v2.0.0...v2.1.0) (2019-10-24)


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/h5-video-player",
"version": "2.1.0",
"version": "3.0.0",
"description": "Browser full screen H5 video player",
"type": "module",
"main": "dist/h5-video-player.cjs",
Expand Down

0 comments on commit b42058d

Please sign in to comment.