Skip to content

Commit 29abef8

Browse files
committed
Version bump
1 parent 9277dd5 commit 29abef8

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# tsify-next Changelog
22

3+
## v0.5.4
4+
5+
- Allow serializing of `Vec<Struct>` provided that `Struct` is serializable.
6+
37
## v0.5.3
48

59
- Propagate errors encountered during serialization.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tsify-next"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
authors = [
66
"Madono Haru <[email protected]>",
@@ -14,7 +14,7 @@ keywords = ["wasm", "wasm-bindgen", "typescript"]
1414
categories = ["wasm"]
1515

1616
[dependencies]
17-
tsify-next-macros = { path = "tsify-next-macros", version = "0.5.3" }
17+
tsify-next-macros = { path = "tsify-next-macros", version = "0.5.4" }
1818
wasm-bindgen = { version = "0.2.86", optional = true }
1919
serde = { version = "1.0", features = ["derive"], optional = true }
2020
serde_json = { version = "1.0", optional = true }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Click to show Cargo.toml.
1515

1616
```toml
1717
[dependencies]
18-
tsify-next = "0.5.3"
18+
tsify-next = "0.5.4"
1919
serde = { version = "1.0", features = ["derive"] }
2020
wasm-bindgen = { version = "0.2" }
2121
```

tsify-next-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tsify-next-macros"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
authors = [
66
"Madono Haru <[email protected]>",

0 commit comments

Comments
 (0)