Skip to content

Commit 6a28f7e

Browse files
committed
chore(release): 6.1.0 [skip ci]
# [6.1.0](v6.0.0...v6.1.0) (2022-01-24) ### Features * **index:** add AjvClass option ([#44](#44)) ([e79d088](e79d088))
1 parent e79d088 commit 6a28f7e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [6.1.0](https://github.com/americanexpress/jest-json-schema/compare/v6.0.0...v6.1.0) (2022-01-24)
2+
3+
4+
### Features
5+
6+
* **index:** add AjvClass option ([#44](https://github.com/americanexpress/jest-json-schema/issues/44)) ([e79d088](https://github.com/americanexpress/jest-json-schema/commit/e79d08844a453c5b2d394007f190302d9e613af0))
7+
18
# [6.0.0](https://github.com/americanexpress/jest-json-schema/compare/v5.0.0...v6.0.0) (2021-11-24)
29

310

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": "6.0.0",
3+
"version": "6.1.0",
44
"description": "JSON schema matcher for jest",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)