diff --git a/.changeset/funny-snakes-sleep.md b/.changeset/funny-snakes-sleep.md deleted file mode 100644 index 8a32c44..0000000 --- a/.changeset/funny-snakes-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@dotlottie/dotlottie-js": patch ---- - -fix: 🐛 unzipped image to data url diff --git a/packages/dotlottie-js/CHANGELOG.md b/packages/dotlottie-js/CHANGELOG.md index 181435f..e9154ec 100644 --- a/packages/dotlottie-js/CHANGELOG.md +++ b/packages/dotlottie-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @dotlottie/dotlottie-js +## 0.3.2 + +### Patch Changes + +- 97fda37: fix: 🐛 unzipped image to data url + ## 0.3.1 ### Patch Changes diff --git a/packages/dotlottie-js/package.json b/packages/dotlottie-js/package.json index 29ec431..bb0a445 100644 --- a/packages/dotlottie-js/package.json +++ b/packages/dotlottie-js/package.json @@ -1,6 +1,6 @@ { "name": "@dotlottie/dotlottie-js", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "description": "This library helps in creating and modifying .lottie files.", "repository": {