diff --git a/CHANGELOG.md b/CHANGELOG.md index 6703fe2..b7b4db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/braze-community/json-schema-it/compare/v1.2.1...v1.2.2) (2023-10-23) + + +### Miscellaneous Chores + +* **deps:** bump @types/validator from 13.11.2 to 13.11.5 ([#73](https://github.com/braze-community/json-schema-it/issues/73)) ([35ea6ea](https://github.com/braze-community/json-schema-it/commit/35ea6ea6f210f5e6f09630f2b4f8a15330cee285)) + ## [1.2.1](https://github.com/braze-community/json-schema-it/compare/v1.2.0...v1.2.1) (2023-09-28) diff --git a/package-lock.json b/package-lock.json index 90e6e29..ee224e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "json-schema-it", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "json-schema-it", - "version": "1.2.1", + "version": "1.2.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ee2db66..8d378f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-it", - "version": "1.2.1", + "version": "1.2.2", "description": "JSON Schema generator.", "author": "Mark ", "main": "cjs/index.js",