Skip to content

Commit 4e8a984

Browse files
chore(master): Release 0.27.0
1 parent cf53ffc commit 4e8a984

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [0.27.0](https://github.com/grain-lang/binaryen.ml/compare/v0.26.0...v0.27.0) (2025-05-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Require jsoo >= 6.0 ([#211](https://github.com/grain-lang/binaryen.ml/issues/211))
9+
* Require node `22` or above ([#219](https://github.com/grain-lang/binaryen.ml/issues/219))
10+
11+
### Miscellaneous Chores
12+
13+
* Require jsoo >= 6.0 ([#211](https://github.com/grain-lang/binaryen.ml/issues/211)) ([cf53ffc](https://github.com/grain-lang/binaryen.ml/commit/cf53ffc132caed040ee9e7eca179cfd697bb5868))
14+
* Require node `22` or above ([#219](https://github.com/grain-lang/binaryen.ml/issues/219)) ([3e1261e](https://github.com/grain-lang/binaryen.ml/commit/3e1261eabd76d8e5d546e104219c05201440053a))
15+
316
## [0.26.0](https://github.com/grain-lang/binaryen.ml/compare/v0.25.0...v0.26.0) (2025-05-17)
417

518

binaryen.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "0.26.0"
2+
version: "0.27.0"
33
synopsis: "OCaml bindings for Binaryen"
44
maintainer: "[email protected]"
55
author: "Oscar Spencer"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grain/binaryen.ml",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "OCaml bindings for Binaryen.",
55
"author": "Oscar Spencer <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)