Skip to content

Commit

Permalink
Merge pull request #375 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.6.0
  • Loading branch information
Michael-F-Bryan committed Dec 21, 2023
2 parents d38de93 + 9d7b6f8 commit 9435497
Show file tree
Hide file tree
Showing 4 changed files with 20 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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 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`.

### 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

* Bump the `wasmer` dependency to pick up wasmerio/wasmer[#4366](https://github.com/wasmerio/wasmer-js/issues/4366) ([c3c5a5d](https://github.com/wasmerio/wasmer-js/commit/c3c5a5d4a098b2250c7d9b34debf82f214e78cd9))

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

0 comments on commit 9435497

Please sign in to comment.