Skip to content

Commit 20001ea

Browse files
oneamexbotnellyk
andcommitted
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.0...v5.0.0) (2021-01-19) ### chore * **main:** remove the deprecated function matchersWithFormats ([#23](#23)) ([94f8ce1](94f8ce1)) ### BREAKING CHANGES * **main:** matchersWithFormats is no longer available. Use matchersWithOptions instead. Co-authored-by: Nelly Kiboi <[email protected]>
1 parent 94f8ce1 commit 20001ea

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [5.0.0](https://github.com/americanexpress/jest-json-schema/compare/v4.0.0...v5.0.0) (2021-01-19)
2+
3+
4+
### chore
5+
6+
* **main:** remove the deprecated function matchersWithFormats ([#23](https://github.com/americanexpress/jest-json-schema/issues/23)) ([94f8ce1](https://github.com/americanexpress/jest-json-schema/commit/94f8ce174d0f20e4d66e8bdc520c56eab35b8141))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **main:** matchersWithFormats is no longer available. Use matchersWithOptions instead.
12+
13+
Co-authored-by: Nelly Kiboi <[email protected]>
14+
115
# [4.0.0](https://github.com/americanexpress/jest-json-schema/compare/v3.0.0...v4.0.0) (2021-01-19)
216

317

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-json-schema",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "JSON schema matcher for jest",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)