From a7a74819d5ed644771d4c591dfb9a5c21bcf1061 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 1 Nov 2024 08:34:45 +0000 Subject: [PATCH] Upgrade to wombat 3.8.3 --- CHANGELOG.md | 4 ++++ openzim.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82eb78..8454162 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 to wombat 3.8.3 (#414) + ## [2.1.2] - 2024-10-08 ### Added diff --git a/openzim.toml b/openzim.toml index d7db27a..cd24795 100644 --- a/openzim.toml +++ b/openzim.toml @@ -6,7 +6,7 @@ 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.3/dist/wombat.js" target_file="wombat.js" [files.assets.actions."wombatSetup.js"] # fallback if this script has not been properly build (should happen only in dev)