Skip to content

Commit 9435497

Browse files
author
Michael Bryan
authored
Merge pull request #375 from wasmerio/release-please--branches--main--components--wasmer-sdk
chore(main): release wasmer-sdk 0.6.0
2 parents d38de93 + 9d7b6f8 commit 9435497

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.1"
2+
".": "0.6.0"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/wasmerio/wasmer-js/compare/wasmer-sdk-v0.5.1...wasmer-sdk-v0.6.0) (2023-12-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* 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`.
9+
10+
### Features
11+
12+
* 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))
13+
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
319
## [0.5.1](https://github.com/wasmerio/wasmer-js/compare/wasmer-sdk-v0.5.0...wasmer-sdk-v0.5.1) (2023-12-15)
420

521

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wasmer/sdk",
3-
"version": "0.6.0-rc.2",
3+
"version": "0.6.0",
44
"main": "dist/WasmerSDK.cjs",
55
"unpkg": "dist/WasmerSDK.umd.js",
66
"module": "dist/WasmerSDK.js",

0 commit comments

Comments
 (0)