diff --git a/.changeset/rude-mayflies-sit.md b/.changeset/rude-mayflies-sit.md deleted file mode 100644 index 38a7a84f..00000000 --- a/.changeset/rude-mayflies-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-owl': minor ---- - -implements a new `testPathPattern` option for the CLI, allowing users to run tests for specific path patterns. diff --git a/CHANGELOG.md b/CHANGELOG.md index 794499d3..5bb2954f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-owl +## 1.4.0 + +### Minor Changes + +- implements a new `testPathPattern` option for the CLI, allowing users to run tests for specific path patterns. ([#180](https://github.com/FormidableLabs/react-native-owl/pull/180)) + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index 83540ebc..0f17e9f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-owl", - "version": "1.3.0", + "version": "1.4.0", "description": "Visual regression testing for React Native", "main": "./dist/index.js", "types": "./dist/index.d.ts",