From 7bd6c2a82149b1245b6646987fe7b7cf584b8976 Mon Sep 17 00:00:00 2001 From: openrpc-bastion Date: Tue, 8 Oct 2024 14:11:20 +0000 Subject: [PATCH] chore(release): 2.0.5 [skip ci] ## [2.0.5](https://github.com/open-rpc/schema-utils-js/compare/2.0.4...2.0.5) (2024-10-08) ### Bug Fixes * add failing test around bug with dereffing and leaving .components around ([ffd6c84](https://github.com/open-rpc/schema-utils-js/commit/ffd6c84f9ef559b2546f5a7de138115fcc719041)) * remove extra components ([39c2120](https://github.com/open-rpc/schema-utils-js/commit/39c2120d47d55d1fde042f634123f8cc57121cff)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0904a82..92b716a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.5](https://github.com/open-rpc/schema-utils-js/compare/2.0.4...2.0.5) (2024-10-08) + + +### Bug Fixes + +* add failing test around bug with dereffing and leaving .components around ([ffd6c84](https://github.com/open-rpc/schema-utils-js/commit/ffd6c84f9ef559b2546f5a7de138115fcc719041)) +* remove extra components ([39c2120](https://github.com/open-rpc/schema-utils-js/commit/39c2120d47d55d1fde042f634123f8cc57121cff)) + ## [2.0.4](https://github.com/open-rpc/schema-utils-js/compare/2.0.3...2.0.4) (2024-10-03)