diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..26e571f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## [3.2.3](https://github.com/TogetherCrew/mongo-lib/compare/v3.2.2...v3.2.3) (2025-01-26) + + +### Bug Fixes + +* updated packagejson to fix release issue ([e015190](https://github.com/TogetherCrew/mongo-lib/commit/e015190dc907c79cf4ee6e7995626a919b1ef7c5)) +* updated packagejson to fix release issue ([a867ef4](https://github.com/TogetherCrew/mongo-lib/commit/a867ef43a9f0a4c79d867ad9585856d48e8362a2)) diff --git a/package.json b/package.json index 8610005..68c120d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@togethercrew.dev/db", - "version": "3.2.2", + "version": "3.2.3", "description": "All interactions with DB", "main": "./dist/index.js", "types": "./dist/index.d.ts",