Skip to content

Commit b279d2c

Browse files
chore(main): release zapi 3.0.0
1 parent d72deb7 commit b279d2c

4 files changed

Lines changed: 14 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/ChainSafe/zapi/compare/zapi-v2.2.0...zapi-v3.0.0) (2026-05-26)
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+
314
## [2.2.0](https://github.com/ChainSafe/zapi/compare/zapi-v2.1.0...zapi-v2.2.0) (2026-05-19)
415

516

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)