diff --git a/packages/collection-compare/CHANGELOG.md b/packages/collection-compare/CHANGELOG.md index a3afc24bf..19a791c04 100644 --- a/packages/collection-compare/CHANGELOG.md +++ b/packages/collection-compare/CHANGELOG.md @@ -1,5 +1,11 @@ # just-compare +## 2.1.1 + +### Patch Changes + +- Update compare types to work when the input is a generic + ## 2.0.2 - Performance optimization diff --git a/packages/collection-compare/package.json b/packages/collection-compare/package.json index 75b8d3173..71b8ffa20 100644 --- a/packages/collection-compare/package.json +++ b/packages/collection-compare/package.json @@ -1,6 +1,6 @@ { "name": "just-compare", - "version": "2.1.0", + "version": "2.1.1", "description": "compare two collections", "main": "index.js", "module": "index.mjs",