Skip to content

Commit

Permalink
chore(main): release wasmer-sdk 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Dec 14, 2023
1 parent 4677927 commit 94f42b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.5.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.1](https://github.com/wasmerio/wasmer-js/compare/wasmer-sdk-v0.5.0...wasmer-sdk-v0.5.1) (2023-12-14)


### Bug Fixes

* Made sure users still get typings whenever they import a file from `dist/` ([956d404](https://github.com/wasmerio/wasmer-js/commit/956d40437adeafac72a446b1106e82516b7063fe))
* Update the `OptionOptions` type definition to accept `Uint8Array` as `stdin`, rather than `ArrayBuffer` ([a1d4045](https://github.com/wasmerio/wasmer-js/commit/a1d404566142863fac116029b5f101b07314f1cc))

## [0.5.0](https://github.com/wasmerio/wasmer-js/compare/wasmer-sdk-v0.4.1...wasmer-sdk-v0.5.0) (2023-12-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wasmer/sdk",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/WasmerSDK.cjs",
"module": "dist/WasmerSDK.js",
"unpkg": "dist/WasmerSDK.umd.js",
Expand Down

0 comments on commit 94f42b2

Please sign in to comment.