From 26934b1c44015b6f01244f9d2e6c8584eec01cdb Mon Sep 17 00:00:00 2001 From: BelfordZ Date: Wed, 5 Oct 2022 01:10:06 +0000 Subject: [PATCH] chore(release): 1.10.0 [skip ci] # [1.10.0](https://github.com/json-schema-tools/traverse/compare/1.9.0...1.10.0) (2022-10-05) ### Bug Fixes * add tests around MutationFunction.parent ([33a06a0](https://github.com/json-schema-tools/traverse/commit/33a06a04fdd535f79dcb8808c66db43aa6c9080a)) ### Features * mutation function is called with parent schema ([2e26427](https://github.com/json-schema-tools/traverse/commit/2e264278a3df77f3f4e4101538f4a1e5c318e236)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c6140..ac387fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.10.0](https://github.com/json-schema-tools/traverse/compare/1.9.0...1.10.0) (2022-10-05) + + +### Bug Fixes + +* add tests around MutationFunction.parent ([33a06a0](https://github.com/json-schema-tools/traverse/commit/33a06a04fdd535f79dcb8808c66db43aa6c9080a)) + + +### Features + +* mutation function is called with parent schema ([2e26427](https://github.com/json-schema-tools/traverse/commit/2e264278a3df77f3f4e4101538f4a1e5c318e236)) + # [1.9.0](https://github.com/json-schema-tools/traverse/compare/1.8.1...1.9.0) (2022-10-04)