From 2e330238df5991a0cf50a7019b57b09323f7dbbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 13:24:24 +0000 Subject: [PATCH] chore(main): release zapi 4.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ build.zig.zon | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f8775..411256b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 219abb8..746c332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.1.0](https://github.com/ChainSafe/zapi/compare/zapi-v4.0.0...zapi-v4.1.0) (2026-09-25) + + +### Features + +* **js:** add exact u64 conversion ([#80](https://github.com/ChainSafe/zapi/issues/80)) ([7626863](https://github.com/ChainSafe/zapi/commit/762686334a737ebedde32bcb8cb4bbf451e918f2)) +* **js:** add js.spawn async task DSL ([#76](https://github.com/ChainSafe/zapi/issues/76)) ([e60cca6](https://github.com/ChainSafe/zapi/commit/e60cca6aa633cb1f54feb9d7f74474997e22bfb2)) + ## [4.0.0](https://github.com/ChainSafe/zapi/compare/zapi-v3.1.0...zapi-v4.0.0) (2026-08-18) diff --git a/build.zig.zon b/build.zig.zon index cf9ab12..6cbafb5 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .zapi, - .version = "4.0.0", // x-release-please-version + .version = "4.1.0", // x-release-please-version .fingerprint = 0x77829ef951b38aac, .minimum_zig_version = "0.16.0", .paths = .{ "build.zig", "build.zig.zon", "src", "include" }, diff --git a/package.json b/package.json index 828d336..de5ff94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chainsafe/zapi", "license": "MIT", - "version": "4.0.0", + "version": "4.1.0", "description": "A tool for managing and publishing Zig NAPI packages.", "homepage": "https://github.com/ChainSafe/zapi/tree/main/#readme", "repository": {