Skip to content

Commit 341a872

Browse files
committed
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.0.0...v6.0.0) (2021-11-24) ### Features * **ajv:** update ajv to 8 ([5145fe6](5145fe6)) ### BREAKING CHANGES * **ajv:** AJV API schema has changed * test(toMatchSchema): fixed issue with inline snapshot/prettiers changes
1 parent 5145fe6 commit 341a872

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+
# [6.0.0](https://github.com/americanexpress/jest-json-schema/compare/v5.0.0...v6.0.0) (2021-11-24)
2+
3+
4+
### Features
5+
6+
* **ajv:** update ajv to 8 ([5145fe6](https://github.com/americanexpress/jest-json-schema/commit/5145fe697639750e8bac51a8adf1972b3cae815a))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **ajv:** AJV API schema has changed
12+
13+
* test(toMatchSchema): fixed issue with inline snapshot/prettiers changes
14+
115
# [5.0.0](https://github.com/americanexpress/jest-json-schema/compare/v4.0.0...v5.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": "5.0.0",
3+
"version": "6.0.0",
44
"description": "JSON schema matcher for jest",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)