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": {