Skip to content

Commit 81116c0

Browse files
chore(main): release bun-ffi-z 1.1.4 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a981fd commit 81116c0

3 files changed

Lines changed: 9 additions & 2 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-
".": "1.1.3"
2+
".": "1.1.4"
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+
## [1.1.4](https://github.com/ChainSafe/bun-ffi-z/compare/bun-ffi-z-v1.1.3...bun-ffi-z-v1.1.4) (2025-09-29)
4+
5+
6+
### Bug Fixes
7+
8+
* windows library suffix ([#17](https://github.com/ChainSafe/bun-ffi-z/issues/17)) ([8a981fd](https://github.com/ChainSafe/bun-ffi-z/commit/8a981fd22cdcc034110a0603d1a0590deccd613e))
9+
310
## [1.1.3](https://github.com/ChainSafe/bun-ffi-z/compare/bun-ffi-z-v1.1.2...bun-ffi-z-v1.1.3) (2025-09-24)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/bun-ffi-z",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A Bun-FFI library for Zig projects",
55
"module": "src/index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)