Skip to content

Commit fe5f318

Browse files
chore(main): release zapi 3.0.0 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcd94d5 commit fe5f318

4 files changed

Lines changed: 25 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.2.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/ChainSafe/zapi/compare/zapi-v2.2.0...zapi-v3.0.0) (2026-07-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* error on non-DSL pub fn in exportModule ([#38](https://github.com/ChainSafe/zapi/issues/38))
9+
10+
### Features
11+
12+
* error on non-DSL pub fn in exportModule ([#38](https://github.com/ChainSafe/zapi/issues/38)) ([d72deb7](https://github.com/ChainSafe/zapi/commit/d72deb7612316d6900d8e7d20b7bfd6fdce37d13))
13+
* **js:** add lifecycle-managed js.io() to the JS DSL ([#26](https://github.com/ChainSafe/zapi/issues/26)) ([fbb0801](https://github.com/ChainSafe/zapi/commit/fbb0801f3b96b3c4068ec2006638b2e0ae2dbe02))
14+
15+
16+
### Bug Fixes
17+
18+
* fix UB in getValueBigintWords ([#40](https://github.com/ChainSafe/zapi/issues/40)) ([1dbe7c7](https://github.com/ChainSafe/zapi/commit/1dbe7c74968a4733555446bbf71293234b17f024))
19+
20+
21+
### Performance Improvements
22+
23+
* **dsl:** skip placeholder pattern in materializeClassInstance ([#37](https://github.com/ChainSafe/zapi/issues/37)) ([35016d1](https://github.com/ChainSafe/zapi/commit/35016d1c94e13a0384f4cca542f1944352f3359a))
24+
325
## [2.2.0](https://github.com/ChainSafe/zapi/compare/zapi-v2.1.0...zapi-v2.2.0) (2026-05-19)
426

527

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.2.0", // x-release-please-version
3+
.version = "3.0.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.2.0",
4+
"version": "3.0.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)