Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
siefkenj committed Aug 5, 2024
1 parent 9277dd5 commit 29abef8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# tsify-next Changelog

## v0.5.4

- Allow serializing of `Vec<Struct>` provided that `Struct` is serializable.

## v0.5.3

- Propagate errors encountered during serialization.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tsify-next"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
authors = [
"Madono Haru <madonoharu@gmail.com>",
Expand All @@ -14,7 +14,7 @@ keywords = ["wasm", "wasm-bindgen", "typescript"]
categories = ["wasm"]

[dependencies]
tsify-next-macros = { path = "tsify-next-macros", version = "0.5.3" }
tsify-next-macros = { path = "tsify-next-macros", version = "0.5.4" }
wasm-bindgen = { version = "0.2.86", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Click to show Cargo.toml.

```toml
[dependencies]
tsify-next = "0.5.3"
tsify-next = "0.5.4"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = { version = "0.2" }
```
Expand Down
2 changes: 1 addition & 1 deletion tsify-next-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tsify-next-macros"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
authors = [
"Madono Haru <madonoharu@gmail.com>",
Expand Down

0 comments on commit 29abef8

Please sign in to comment.