Skip to content

Commit bbd84ba

Browse files
committed
readme, package json description updated, gitignore updated
1 parent 3b3691c commit bbd84ba

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@ node_modules
22
/*.js
33

44
.DS_Store
5+
6+
# JetBrains IDE
7+
.idea/
8+
9+
# VS Code editor
10+
.vscode/
11+
12+
# dont safe snapshot differ file
13+
__diff_output__

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,4 @@ Cypress's screenshot functionality has changed significantly across `3.x.x` vers
193193

194194
- `cypress-image-snapshot@>=1.0.0 <2.0.0` for `cypress@>=3.0.0 <3.0.2`
195195
- `cypress-image-snapshot@>2.0.0` for `cypress@>3.0.2`.
196+
- `cypress-image-snapshot@>5.0.0` for `cypress@>10.0.0`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-image-snapshot",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"description": "Cypress bindings for jest-image-snapshot.",
55
"repository": "https://github.com/jaredpalmer/cypress-image-snapshot",
66
"author": "Jack Cross <[email protected]>",

0 commit comments

Comments
 (0)