Skip to content

Commit

Permalink
2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phloxic committed Oct 27, 2024
1 parent fd445a5 commit b98b0ad
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="2.2.3"></a>
## [2.2.3](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v2.2.2...v2.2.3) (2024-10-27)

### Bug Fixes

* assign component variables in a sparse array ([fd445a5](https://github.com/phloxic/videojs-sprite-thumbnails/commit/fd445a5)), closes [#68](https://github.com/phloxic/videojs-sprite-thumbnails/issues/68)

### Chores

* **deps-dev:** require cookie v0.7.0 ([be00e49](https://github.com/phloxic/videojs-sprite-thumbnails/commit/be00e49))
* update version in package-lock.json ([dab760b](https://github.com/phloxic/videojs-sprite-thumbnails/commit/dab760b))

<a name="2.2.2"></a>
## [2.2.2](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v2.2.1...v2.2.2) (2024-10-09)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,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].2/dist/videojs-sprite-thumbnails.min.js"></script>
<script src="https://unpkg.com/[email protected].3/dist/videojs-sprite-thumbnails.min.js"></script>
```

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

0 comments on commit b98b0ad

Please sign in to comment.