Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phloxic committed Jun 10, 2023
1 parent 8adfab2 commit e9dc927
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="1.1.1"></a>
## [1.1.1](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v1.1.0...v1.1.1) (2023-06-10)

### Bug Fixes

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

### Documentation

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

<a name="1.1.0"></a>
# [1.1.0](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v1.0.1...v1.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 @@ -107,7 +107,7 @@ Select a 1.x version of videojs-sprite-thumbnails from the [CDN](https://unpkg.c
Or load the latest Video.js v7.x/v6.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": "1.1.0",
"version": "1.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 e9dc927

Please sign in to comment.