Skip to content

Commit 6aaede7

Browse files
committed
v0.5.0
1 parent 4382d46 commit 6aaede7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
[UNRELEASED]
44

5+
[0.5.0]
6+
57
- `Seed` updated to `0.6.0`.
6-
- Delete unnecessary `optimize-wasm.js` script.
78
- [BREAKING] `wasm-pack` > `0.9.0` required.
9+
- Deleted unnecessary `optimize-wasm.js` script.
810
- Minor `lib.rs` changes - removed `Clone` constraint on `Msg` and `prerendered` variable is replaced with a `Model`'s property.
911
- Added `wasm_bindgen_test_configure!(run_in_browser);` into `test.rs`.
1012
- Disabled performance hints in `webpack.config.js`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Martin Kavík <[email protected]>",
33
"name": "seed-quickstart-webpack",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"repository": "https://github.com/MartinKavik/seed-quickstart-webpack",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)