diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b1ca43..0ee7bbce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.1.12 (2024-01-22) + +### Features + +#### 🎸 bounce modes (#41) + +#### 🎸 segments (#45) + +#### 🎸 background color (#48) + +#### 🎸 emscripten bindings .d.ts module generation (#49) + +#### added crate to manage .lotties (#23) + +### Fixes + +#### 🤖 update emscripten bindings (#40) + ## 0.1.11 (2024-01-15) ### Features diff --git a/dotlottie-ffi/Cargo.toml b/dotlottie-ffi/Cargo.toml index da879f73..2abb375e 100644 --- a/dotlottie-ffi/Cargo.toml +++ b/dotlottie-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotlottie-ffi" -version = "0.1.11" +version = "0.1.12" edition = "2021" build = "build.rs"