Skip to content

Commit

Permalink
Merge pull request #365 from wasmerio/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--wasmer-sdk

chore(main): release wasmer-sdk 0.5.1
  • Loading branch information
Michael-F-Bryan committed Dec 15, 2023
2 parents 915abd5 + e7cbf63 commit 22d62be
Show file tree
Hide file tree
Showing 4 changed files with 13 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"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Bug Fixes

* Bumped the `virtual-fs` dependency so we get a non-buggy `StaticFile` implementation (fixes [#366](https://github.com/wasmerio/wasmer-js/issues/366)) ([47b4633](https://github.com/wasmerio/wasmer-js/commit/47b4633716798f27b51e0d221cc519c2bd40cadb))
* 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 22d62be

Please sign in to comment.