Skip to content

Commit a0ec5d2

Browse files
chore: Release 102.0.2 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6070de commit a0ec5d2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
### [102.0.2](https://www.github.com/grain-lang/libbinaryen/compare/v102.0.1...v102.0.2) (2022-01-18)
4+
5+
6+
### Bug Fixes
7+
8+
* Ensure project can build with Opam on Windows ([#33](https://www.github.com/grain-lang/libbinaryen/issues/33)) ([e6070de](https://www.github.com/grain-lang/libbinaryen/commit/e6070de21672242df02247f84c11f156d435787e))
9+
310
### [102.0.1](https://www.github.com/grain-lang/libbinaryen/compare/v102.0.0...v102.0.1) (2022-01-14)
411

512

libbinaryen.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: "102.0.1"
2+
version: "102.0.2"
33
synopsis: "Libbinaryen packaged for OCaml"
44
maintainer: "[email protected]"
55
author: "Blaine Bublitz"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grain/libbinaryen",
3-
"version": "102.0.1",
3+
"version": "102.0.2",
44
"description": "Libbinaryen packaged for OCaml.",
55
"author": "Blaine Bublitz <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)