diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1605346..8daa796 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+## [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))
+
## [2.2.2](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v2.2.1...v2.2.2) (2024-10-09)
diff --git a/README.md b/README.md
index 8a5375a..dc8716b 100644
--- a/README.md
+++ b/README.md
@@ -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
-
+
```
### Configuration
diff --git a/package-lock.json b/package-lock.json
index 4bd6cd4..631c850 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "videojs-sprite-thumbnails",
- "version": "2.2.2",
+ "version": "2.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 9ac1b5c..59246a8 100644
--- a/package.json
+++ b/package.json
@@ -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",