Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -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 = .{},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion zbuild.zon
Original file line number Diff line number Diff line change
@@ -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 = .{},
Expand Down