diff --git a/.changeset/bump-dotlottie-ios-0-16-6.md b/.changeset/bump-dotlottie-ios-0-16-6.md deleted file mode 100644 index 475c401..0000000 --- a/.changeset/bump-dotlottie-ios-0-16-6.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lottiefiles/dotlottie-react-native": patch ---- - -fix(ios): bump dotlottie-ios to `0.16.6`, fixing an intermittent `EXC_BAD_ACCESS` crash in `loadDotlottieData` when loading local `.lottie` files. diff --git a/.changeset/bump-native-dotlottie-players.md b/.changeset/bump-native-dotlottie-players.md deleted file mode 100644 index 3f0460a..0000000 --- a/.changeset/bump-native-dotlottie-players.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lottiefiles/dotlottie-react-native": minor ---- - -chore: upgrade native players — dotlottie-ios `0.16.2` → `0.16.5`, dotlottie-android `0.14.2` → `0.15.0`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9427b54..70c4871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.12.0 +### Minor Changes + + + +- [#78](https://github.com/LottieFiles/dotlottie-react-native/pull/78) [`80dbf15`](https://github.com/LottieFiles/dotlottie-react-native/commit/80dbf150c45ee8759140bd5c72c7cc417513c156) Thanks [@theashraf](https://github.com/theashraf)! - chore: upgrade native players — dotlottie-ios `0.16.2` → `0.16.5`, dotlottie-android `0.14.2` → `0.15.0`. + + +### Patch Changes + + + +- [#81](https://github.com/LottieFiles/dotlottie-react-native/pull/81) [`0c7a3b6`](https://github.com/LottieFiles/dotlottie-react-native/commit/0c7a3b616ca02fa050774cd8e9fe139c6960ee7b) Thanks [@theashraf](https://github.com/theashraf)! - fix(ios): bump dotlottie-ios to `0.16.6`, fixing an intermittent `EXC_BAD_ACCESS` crash in `loadDotlottieData` when loading local `.lottie` files. + ## 0.11.1 ### Patch Changes diff --git a/package.json b/package.json index 660942d..9350f35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-react-native", - "version": "0.11.1", + "version": "0.12.0", "description": "dotlottie react native", "source": "./src/index.ts", "main": "./lib/commonjs/index.js",