From 0ee2a18bf71eb0f2fd67c8f4cb50b0ce8af2fe05 Mon Sep 17 00:00:00 2001 From: BelfordZ Date: Sat, 17 Oct 2020 01:03:47 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/json-schema-tools/dereferencer/compare/1.2.2...1.2.3) (2020-10-17) ### Bug Fixes * add back refCache for cycle handling ([999f800](https://github.com/json-schema-tools/dereferencer/commit/999f8000d54fcdf2d2a38e826cf3d09fb3889a43)) * bump typescript and node typings ([12ddcf8](https://github.com/json-schema-tools/dereferencer/commit/12ddcf842e04f51e3216a66c08aac4a86fdb75c0)) * re-add jest types ([5b391e7](https://github.com/json-schema-tools/dereferencer/commit/5b391e7a28dcd5a6254621e594aa32044f5b31f2)) * regen package-lock ([df17cfc](https://github.com/json-schema-tools/dereferencer/commit/df17cfcd5c5c8639e96765a17561bf13b68773cf)) * use reference resolver package ([2ab425d](https://github.com/json-schema-tools/dereferencer/commit/2ab425db818962feff91873051a5457c2666d27f)) * use safe stringify ([0509f87](https://github.com/json-schema-tools/dereferencer/commit/0509f87a92a1b9170e84e6674b66e5bf92cca9b7)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7131088..402f568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.2.3](https://github.com/json-schema-tools/dereferencer/compare/1.2.2...1.2.3) (2020-10-17) + + +### Bug Fixes + +* add back refCache for cycle handling ([999f800](https://github.com/json-schema-tools/dereferencer/commit/999f8000d54fcdf2d2a38e826cf3d09fb3889a43)) +* bump typescript and node typings ([12ddcf8](https://github.com/json-schema-tools/dereferencer/commit/12ddcf842e04f51e3216a66c08aac4a86fdb75c0)) +* re-add jest types ([5b391e7](https://github.com/json-schema-tools/dereferencer/commit/5b391e7a28dcd5a6254621e594aa32044f5b31f2)) +* regen package-lock ([df17cfc](https://github.com/json-schema-tools/dereferencer/commit/df17cfcd5c5c8639e96765a17561bf13b68773cf)) +* use reference resolver package ([2ab425d](https://github.com/json-schema-tools/dereferencer/commit/2ab425db818962feff91873051a5457c2666d27f)) +* use safe stringify ([0509f87](https://github.com/json-schema-tools/dereferencer/commit/0509f87a92a1b9170e84e6674b66e5bf92cca9b7)) + ## [1.2.2](https://github.com/json-schema-tools/dereferencer/compare/1.2.1...1.2.2) (2020-09-09)