Skip to content

Commit 8dc18e6

Browse files
chore(main): release zapi 1.0.1 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 893a357 commit 8dc18e6

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/ChainSafe/zapi/compare/zapi-v1.0.0...zapi-v1.0.1) (2026-04-21)
4+
5+
6+
### Bug Fixes
7+
8+
* package url for provenance ([#17](https://github.com/ChainSafe/zapi/issues/17)) ([893a357](https://github.com/ChainSafe/zapi/commit/893a357e03cedfa0b47dd82f4a748068389cbb1b))
9+
310
## [1.0.0](https://github.com/ChainSafe/zapi/compare/zapi-v0.1.0...zapi-v1.0.0) (2026-04-21)
411

512

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.{
44
.name = .zapi,
5-
.version = "1.0.0", // x-release-please-version
5+
.version = "1.0.1", // x-release-please-version
66
.fingerprint = 0x77829ef951b38aac,
77
.minimum_zig_version = "0.14.1",
88
.dependencies = .{},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chainsafe/zapi",
33
"license": "MIT",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "A tool for managing and publishing Zig NAPI packages.",
66
"homepage": "https://github.com/ChainSafe/zapi/tree/main/#readme",
77
"repository": {

zbuild.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .zapi,
3-
.version = "1.0.0", // x-release-please-version
3+
.version = "1.0.1", // x-release-please-version
44
.fingerprint = 0x77829ef951b38aac,
55
.minimum_zig_version = "0.14.1",
66
.dependencies = .{},

0 commit comments

Comments
 (0)