We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b8e9b commit f8b337bCopy full SHA for f8b337b
2 files changed
CHANGELOG.md
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
- Add proper typing @overload to `zimscraperlib.image.optimize_xxx` methods (#273)
18
- Backport wabac.JS change around rewriting: detect when JS is in 'strict' mode and avoid using 'arguments' (#286)
19
20
+### Changed
21
+
22
+- Upgrade to wombat 3.10.3 (#286)
23
24
## [5.3.0] - 2025-11-14
25
26
### Changed
openzim.toml
@@ -6,5 +6,5 @@ execute_after=[
6
7
[files.assets.actions."wombat.js"]
8
action="get_file"
9
-source="https://cdn.jsdelivr.net/npm/@webrecorder/wombat@3.9.1/dist/wombat.js"
+source="https://cdn.jsdelivr.net/npm/@webrecorder/wombat@3.10.3/dist/wombat.js"
10
target_file="wombat.js"
0 commit comments