From 6a28f7e1c03e7b3dd20c83f4b862cba62957c7cd Mon Sep 17 00:00:00 2001 From: oneamexbot Date: Mon, 24 Jan 2022 19:01:21 +0000 Subject: [PATCH] chore(release): 6.1.0 [skip ci] # [6.1.0](https://github.com/americanexpress/jest-json-schema/compare/v6.0.0...v6.1.0) (2022-01-24) ### Features * **index:** add AjvClass option ([#44](https://github.com/americanexpress/jest-json-schema/issues/44)) ([e79d088](https://github.com/americanexpress/jest-json-schema/commit/e79d08844a453c5b2d394007f190302d9e613af0)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f76ad5f..a7b5b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.1.0](https://github.com/americanexpress/jest-json-schema/compare/v6.0.0...v6.1.0) (2022-01-24) + + +### Features + +* **index:** add AjvClass option ([#44](https://github.com/americanexpress/jest-json-schema/issues/44)) ([e79d088](https://github.com/americanexpress/jest-json-schema/commit/e79d08844a453c5b2d394007f190302d9e613af0)) + # [6.0.0](https://github.com/americanexpress/jest-json-schema/compare/v5.0.0...v6.0.0) (2021-11-24) diff --git a/package-lock.json b/package-lock.json index 181f2f4..0ae9b16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jest-json-schema", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 72bb596..fb67a99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-json-schema", - "version": "6.0.0", + "version": "6.1.0", "description": "JSON schema matcher for jest", "main": "index.js", "scripts": {