Skip to content

Commit bd04596

Browse files
committed
v0.4.1
1 parent e7d49a9 commit bd04596

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
[UNRELEASED]
44

5+
[0.4.1]
6+
57
- Ignore `clippy` lint rule `must_use_candidate`.
68
- Optimized build (WASM file size changed from 584 to 349 KB).
79
- `Seed` updated to `0.5.1` + updated `crate/src/lib.rs`.
810
- Updated all Rust dependencies.
911
- Updated all JS dependencies.
1012

11-
1213
[0.4.0]
1314

1415
- `Seed` updated to `0.5.0` + refactored `crate/src/lib.rs`.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Martin Kavík <martin@kavik.cz>",
33
"name": "seed-quickstart-webpack",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"repository": "https://github.com/MartinKavik/seed-quickstart-webpack",
66
"license": "MIT",
77
"scripts": {
@@ -21,7 +21,7 @@
2121
"port": 8000
2222
},
2323
"devDependencies": {
24-
"@wasm-tool/wasm-pack-plugin": "1.1.0",
24+
"@wasm-tool/wasm-pack-plugin": "1.0.1",
2525
"binaryen": "^90.0.0",
2626
"clean-webpack-plugin": "^3.0.0",
2727
"concurrently": "^5.0.2",

0 commit comments

Comments
 (0)