Skip to content

Commit

Permalink
chore(main): release wasmer-sdk 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Dec 21, 2023
1 parent f50f186 commit 947323d
Show file tree
Hide file tree
Showing 4 changed files with 21 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.1"
".": "0.6.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.6.0](https://github.com/wasmerio/wasmer-js/compare/wasmer-sdk-v0.5.1...wasmer-sdk-v0.6.0) (2023-12-21)


### ⚠ BREAKING CHANGES

* The `@wasmer/sdk` `Runtime` has removed the limit on the maximum number of worker threads it is allowed to spawn. The corresponding `poolSize` option has been removed from `RuntimeOptions`.
* Changed the `package.json` so importing `@wasmer/sdk` will pull in the version with `wasmer_js_bg.wasm` embedded as a base64 string, by default

### Features

* The `@wasmer/sdk` `Runtime` has removed the limit on the maximum number of worker threads it is allowed to spawn. The corresponding `poolSize` option has been removed from `RuntimeOptions`. ([d5da4ea](https://github.com/wasmerio/wasmer-js/commit/d5da4ea23278f084accc182dc65fd5188aef5dbd))


### Bug Fixes

* Changed the `package.json` so importing `@wasmer/sdk` will pull in the version with `wasmer_js_bg.wasm` embedded as a base64 string, by default ([0c850a5](https://github.com/wasmerio/wasmer-js/commit/0c850a51dd3c54ef72bcee3befdedd80edf62a58))

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


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.6.0-beta2",
"version": "0.6.0",
"main": "dist/WasmerSDK.cjs",
"unpkg": "dist/WasmerSDK.umd.js",
"module": "dist/WasmerSDK.js",
Expand Down

0 comments on commit 947323d

Please sign in to comment.