Skip to content

Commit 75002d0

Browse files
Merge pull request #36 from ChainSafe/release-please--branches--main--components--zapi
chore(main): release zapi 2.2.0
2 parents f28eb5c + 55adef7 commit 75002d0

4 files changed

Lines changed: 10 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.1.0"
2+
".": "2.2.0"
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+
## [2.2.0](https://github.com/ChainSafe/zapi/compare/zapi-v2.1.0...zapi-v2.2.0) (2026-05-19)
4+
5+
6+
### Features
7+
8+
* **dsl:** support static value fields on classes ([#35](https://github.com/ChainSafe/zapi/issues/35)) ([f28eb5c](https://github.com/ChainSafe/zapi/commit/f28eb5c02034030f5084c77d9cfc98669e5ce30c))
9+
310
## [2.1.0](https://github.com/ChainSafe/zapi/compare/zapi-v2.0.0...zapi-v2.1.0) (2026-05-15)
411

512

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