Skip to content

Commit

Permalink
Merge pull request #126 from openzim/release-3.2.0
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
kelson42 authored Dec 9, 2023
2 parents 7385d2d + b63c10d commit c8f3dd8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.2.0:
* NEW: Use libzim v9.0.0
* NEW: Added mediaCount to Archive
* FIX: Simplify a lot the CI
* FIX: Nlob allocation and warning
* DEL: Deprecated getSize from SearchIterator

3.1.0:
* NEW: Use libzim v8.2.1
* FIX: Handling of binary data in the creator
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -2,7 +2,7 @@
"name": "@openzim/libzim",
"main": "dist/index.js",
"types": "dist/index.d.js",
"version": "3.1.0",
"version": "3.2.0",
"description": "Libzim bindings for NodeJS",
"scripts": {
"clean": "rm -rf dist build/native/build",
Expand Down

0 comments on commit c8f3dd8

Please sign in to comment.