From caee826e55d0ea525398ec2252d7f82447332127 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:32:59 +0000 Subject: [PATCH] chore(main): release zapi 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ build.zig.zon | 2 +- package.json | 2 +- zbuild.zon | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5346658..3a54269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/ChainSafe/zapi/compare/zapi-v1.0.0...zapi-v1.0.1) (2026-04-21) + + +### Bug Fixes + +* package url for provenance ([#17](https://github.com/ChainSafe/zapi/issues/17)) ([893a357](https://github.com/ChainSafe/zapi/commit/893a357e03cedfa0b47dd82f4a748068389cbb1b)) + ## [1.0.0](https://github.com/ChainSafe/zapi/compare/zapi-v0.1.0...zapi-v1.0.0) (2026-04-21) diff --git a/build.zig.zon b/build.zig.zon index 7fe3d33..8533ce5 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -2,7 +2,7 @@ .{ .name = .zapi, - .version = "1.0.0", // x-release-please-version + .version = "1.0.1", // x-release-please-version .fingerprint = 0x77829ef951b38aac, .minimum_zig_version = "0.14.1", .dependencies = .{}, diff --git a/package.json b/package.json index e20fe78..eaeda61 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chainsafe/zapi", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "description": "A tool for managing and publishing Zig NAPI packages.", "homepage": "https://github.com/ChainSafe/zapi/tree/main/#readme", "repository": { diff --git a/zbuild.zon b/zbuild.zon index 32dbbee..5016239 100644 --- a/zbuild.zon +++ b/zbuild.zon @@ -1,6 +1,6 @@ .{ .name = .zapi, - .version = "1.0.0", // x-release-please-version + .version = "1.0.1", // x-release-please-version .fingerprint = 0x77829ef951b38aac, .minimum_zig_version = "0.14.1", .dependencies = .{},