Skip to content

Commit 95c45ea

Browse files
author
Michael Bryan
authored
Merge pull request #349 from wasmerio/release-please--branches--main--components--wasmer-sdk
chore(main): release wasmer-sdk 0.4.1
2 parents 1648a27 + 7f29aa9 commit 95c45ea

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/wasmerio/wasmer-js/compare/wasmer-sdk-v0.4.0...wasmer-sdk-v0.4.1) (2023-11-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Set the maximum logging level in release mode to DEBUG ([1648a27](https://github.com/wasmerio/wasmer-js/commit/1648a27ade003e1b196dd48b49f77ad912e75ecc))
9+
310
## [0.4.0](https://github.com/wasmerio/wasmer-js/compare/wasmer-sdk-v0.3.0...wasmer-sdk-v0.4.0) (2023-11-30)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wasmer/sdk",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"main": "dist/Library.cjs",
55
"module": "dist/Library.mjs",
66
"unpkg": "dist/Library.umd.js",

0 commit comments

Comments
 (0)