Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phloxic committed Jun 10, 2023
1 parent 6bf2b73 commit 2059a10
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.1.1"></a>
## [2.1.1](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v2.1.0...v2.1.1) (2023-06-10)

### Bug Fixes

* do not reset mouse time tooltip css when sprite cannot be loaded ([49b079d](https://github.com/phloxic/videojs-sprite-thumbnails/commit/49b079d))

### Documentation

* CDN link to exact latest 2.x.x release w/ higher maxage ([6bf2b73](https://github.com/phloxic/videojs-sprite-thumbnails/commit/6bf2b73))

<a name="2.1.0"></a>
# [2.1.0](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v2.0.0...v2.1.0) (2023-06-06)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Select a 2.x version of videojs-sprite-thumbnails from the [CDN](https://unpkg.c
Or load the latest Video.js v8.x compatible release of the plugin via [script tag](#script-tag):

```html
<script src="https://unpkg.com/[email protected].0/dist/videojs-sprite-thumbnails.min.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/videojs-sprite-thumbnails.min.js"></script>
```

### Configuration
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": "videojs-sprite-thumbnails",
"version": "2.1.0",
"version": "2.1.1",
"description": "Plugin to display thumbnails from a sprite image when hovering over the progress bar.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2059a10

Please sign in to comment.