Skip to content

Commit c5c877a

Browse files
Merge pull request #29 from ChainSafe/release-please--branches--main--components--zapi
chore(main): release zapi 2.1.0
2 parents e522fa4 + e52860f commit c5c877a

4 files changed

Lines changed: 19 additions & 3 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-
".": "2.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/ChainSafe/zapi/compare/zapi-v2.0.0...zapi-v2.1.0) (2026-05-15)
4+
5+
6+
### Features
7+
8+
* support create_external_arraybuffer ([#30](https://github.com/ChainSafe/zapi/issues/30)) ([a76b604](https://github.com/ChainSafe/zapi/commit/a76b60430da70950e16359d6f0896e92e44db282))
9+
10+
11+
### Bug Fixes
12+
13+
* bump eval branch quota for BeaconStateView ([e522fa4](https://github.com/ChainSafe/zapi/commit/e522fa4beb5eacfb8ee0f9a964b435a88bb8f2ba))
14+
* bump eval branch quota for BeaconStateView ([5cf7988](https://github.com/ChainSafe/zapi/commit/5cf7988a6c9870bf4a095e001bdc825940ca05a4))
15+
* doc comments regarding safety for `Number.toU32()` ([4e74585](https://github.com/ChainSafe/zapi/commit/4e74585194233323cee83163431d7f96bb911ce4))
16+
* doc comments regarding safety for `Number.toU32()` ([7d05b19](https://github.com/ChainSafe/zapi/commit/7d05b197ec50730b48d4e56ebc3e1d8e6fb43ac3))
17+
* show correct error message ([#25](https://github.com/ChainSafe/zapi/issues/25)) ([baa58f5](https://github.com/ChainSafe/zapi/commit/baa58f57fc9c54132ceb168a2e4203c72169b90d))
18+
319
## [2.0.0](https://github.com/ChainSafe/zapi/compare/zapi-v1.0.1...zapi-v2.0.0) (2026-04-28)
420

521

build.zig.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 = "2.0.0", // x-release-please-version
3+
.version = "2.1.0", // x-release-please-version
44
.fingerprint = 0x77829ef951b38aac,
55
.minimum_zig_version = "0.16.0",
66
.paths = .{ "build.zig", "build.zig.zon", "src", "include" },

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": "2.0.0",
4+
"version": "2.1.0",
55
"description": "A tool for managing and publishing Zig NAPI packages.",
66
"homepage": "https://github.com/ChainSafe/zapi/tree/main/#readme",
77
"repository": {

0 commit comments

Comments
 (0)