diff --git a/CHANGELOG.md b/CHANGELOG.md index 23aa9ea..8c6de33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.7](https://github.com/varletjs/rattail/compare/v1.0.6...v1.0.7) (2024-11-14) + + +### Features + +* xor, xorWith ([d732521](https://github.com/varletjs/rattail/commit/d732521bbd573a1660d6737c0363c649e4189eda)) + + + ## [1.0.6](https://github.com/varletjs/rattail/compare/v1.0.5...v1.0.6) (2024-11-13) diff --git a/package.json b/package.json index f499919..2239bf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rattail", - "version": "1.0.6", + "version": "1.0.7", "type": "module", "main": "lib/index.cjs", "module": "lib/index.js",