diff --git a/.changeset/great-mayflies-explain.md b/.changeset/great-mayflies-explain.md deleted file mode 100644 index cda555ae..00000000 --- a/.changeset/great-mayflies-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-owl': minor ---- - -Ability to pass along Jest testNamePattern when the argument is provided diff --git a/.changeset/shiny-items-vanish.md b/.changeset/shiny-items-vanish.md deleted file mode 100644 index 149b3b87..00000000 --- a/.changeset/shiny-items-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-owl': patch ---- - -fix alias to avoid collision diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb2954f..be7b83b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # react-native-owl +## 1.5.0 + +### Minor Changes + +- Ability to pass along Jest testNamePattern when the argument is provided ([#182](https://github.com/FormidableLabs/react-native-owl/pull/182)) + +### Patch Changes + +- fix alias to avoid collision ([#184](https://github.com/FormidableLabs/react-native-owl/pull/184)) + ## 1.4.0 ### Minor Changes diff --git a/package.json b/package.json index 0f17e9f6..67cb1c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-owl", - "version": "1.4.0", + "version": "1.5.0", "description": "Visual regression testing for React Native", "main": "./dist/index.js", "types": "./dist/index.d.ts",