From 7feca1e150e0b445abeff809e6c1f05d003c346a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 12:22:21 +0000 Subject: [PATCH] chore(main): release zapi 3.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ build.zig.zon | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ada7355..b4b8d0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8abf651..59edd46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.1](https://github.com/ChainSafe/zapi/compare/zapi-v3.1.0...zapi-v3.1.1) (2026-07-14) + + +### Bug Fixes + +* **dsl:** support class pointer arguments ([#50](https://github.com/ChainSafe/zapi/issues/50)) ([9dd2111](https://github.com/ChainSafe/zapi/commit/9dd211167c4774c5a79e3d6fd360c22adca0a138)) + ## [3.1.0](https://github.com/ChainSafe/zapi/compare/zapi-v3.0.0...zapi-v3.1.0) (2026-07-10) diff --git a/build.zig.zon b/build.zig.zon index 7b761b6..b26a269 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .zapi, - .version = "3.1.0", // x-release-please-version + .version = "3.1.1", // 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 1c9988c..fc654ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chainsafe/zapi", "license": "MIT", - "version": "3.1.0", + "version": "3.1.1", "description": "A tool for managing and publishing Zig NAPI packages.", "homepage": "https://github.com/ChainSafe/zapi/tree/main/#readme", "repository": {