Skip to content

Commit 374043e

Browse files
Version Packages (#181)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 099008a commit 374043e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/rude-mayflies-sit.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-native-owl
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 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))
8+
39
## 1.3.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-owl",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Visual regression testing for React Native",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)