diff --git a/.changeset/bump_thorvg_to_v0148.md b/.changeset/bump_thorvg_to_v0148.md deleted file mode 100644 index 4638058e..00000000 --- a/.changeset/bump_thorvg_to_v0148.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -# bump thorvg to v0.14.8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 86eb62a1..7f2ded7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 0.1.31 (2024-09-04) + +### Features + +#### added GlobalState node type (#215) + +#### bump thorvg to v0.14.5 (#216) + +#### layer detection api (#217) + +#### x86 android support (#218) + +#### bump thorvg to v0.14.8 + +### Fixes + +#### thorvg canvas resize problem. (#206) + +#### corrected thorvg canvas sync (#222) + ## 0.1.30 (2024-08-01) ### Fixes diff --git a/dotlottie-ffi/Cargo.toml b/dotlottie-ffi/Cargo.toml index 23dc1990..2712ddd9 100644 --- a/dotlottie-ffi/Cargo.toml +++ b/dotlottie-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotlottie-ffi" -version = "0.1.30" +version = "0.1.31" edition = "2021" build = "build.rs"