Skip to content

Commit 1634f90

Browse files
committed
Bump to v1.1.2
1 parent d60af75 commit 1634f90

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v1.1.2](https://github.com/nicoespeon/jest-extended-snapshot/compare/v1.1.1...v1.1.2) (2020-08-26)
4+
5+
Add simpler setup instructions for Jest 24+, thanks to @FredericEspiau.
6+
37
## [v1.1.1](https://github.com/nicoespeon/jest-extended-snapshot/compare/v1.1.0...v1.1.1) (2020-05-14)
48

59
Loosen peer dependency so it works with Jest versions above 23.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-extended-snapshot",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Additional Jest matchers for snapshot testing",
55
"repository": "https://github.com/nicoespeon/jest-extended-snapshot",
66
"author": "Nicolas Carlo <[email protected]>",

0 commit comments

Comments
 (0)