diff --git a/.changeset/eight-moons-share.md b/.changeset/eight-moons-share.md deleted file mode 100644 index 1a6ad2e0..00000000 --- a/.changeset/eight-moons-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-owl': patch ---- - -Disable Flipper on the example iOS app to allow for faster builds diff --git a/.changeset/thin-pumpkins-fly.md b/.changeset/thin-pumpkins-fly.md deleted file mode 100644 index 695d8774..00000000 --- a/.changeset/thin-pumpkins-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-owl': minor ---- - -Switch Jest config to CLI options for Jext 28+ support diff --git a/CHANGELOG.md b/CHANGELOG.md index edbcb6cc..794499d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # react-native-owl +## 1.3.0 + +### Minor Changes + +- Switch Jest config to CLI options for Jest 28+ support ([#168](https://github.com/FormidableLabs/react-native-owl/pull/168)) + +### Patch Changes + +- Disable Flipper on the example iOS app to allow for faster builds ([#170](https://github.com/FormidableLabs/react-native-owl/pull/170)) +- Update getting Started docs ([#171](https://github.com/FormidableLabs/react-native-owl/pull/171)) + ## 1.2.3 ### Patch Changes diff --git a/package.json b/package.json index a2263e1d..83540ebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-owl", - "version": "1.2.3", + "version": "1.3.0", "description": "Visual regression testing for React Native", "main": "./dist/index.js", "types": "./dist/index.d.ts",