diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 501a1e611..39a9c7843 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.84.11](https://github.com/ethanneff/playground-react-native/compare/v2.84.10...v2.84.11) (2023-12-18) + + +### Bug Fixes + +* update deps (ios, and, web) ([56d1c4d](https://github.com/ethanneff/playground-react-native/commit/56d1c4d544c01b8a73d7627ae907149d11f80a3c)) + ## [2.84.10](https://github.com/ethanneff/playground-react-native/compare/v2.84.9...v2.84.10) (2023-12-11) diff --git a/package.json b/package.json index 33ecd047e..ee3059e96 100644 --- a/package.json +++ b/package.json @@ -202,5 +202,5 @@ "e2e-create": "maestro studio", "e2e-test": "maestro test .maestro/happy-path.yaml" }, - "version": "2.84.10" + "version": "2.84.11" }