diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4fdf0..43a495a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## Changed + +- Upgrade wombat to 3.8.7 (#239) + ## [5.0.0rc2] - 2025-01-07 ## Fixed diff --git a/openzim.toml b/openzim.toml index e2bd11f..636faf5 100644 --- a/openzim.toml +++ b/openzim.toml @@ -6,5 +6,5 @@ execute_after=[ [files.assets.actions."wombat.js"] action="get_file" -source="https://cdn.jsdelivr.net/npm/@webrecorder/wombat@3.8.2/dist/wombat.js" +source="https://cdn.jsdelivr.net/npm/@webrecorder/wombat@3.8.7/dist/wombat.js" target_file="wombat.js"