diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..01d7d0c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# [3.1.0](https://github.com/TogetherCrew/mongo-lib/compare/v3.0.79...v3.1.0) (2025-01-24) + + +### Bug Fixes + +* fix package bugs ([5d14772](https://github.com/TogetherCrew/mongo-lib/commit/5d147720a32e459477e8a93a4ba11a3449032ca7)) +* fix package bugs ([974ad83](https://github.com/TogetherCrew/mongo-lib/commit/974ad839733d4a99d0a41a2ead652f7d4df044a5)) +* fixed the typo and npm scripts ([991dc3a](https://github.com/TogetherCrew/mongo-lib/commit/991dc3a36848318dd7a309aeb884506b9797ee62)) + + +### Features + +* setup Semantic Release ([79d6fb6](https://github.com/TogetherCrew/mongo-lib/commit/79d6fb66f93e244a0d76bb09317221c01dfd051c)) diff --git a/package.json b/package.json index ee23fb7..9a7a7ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@togethercrew.dev/db", - "version": "3.0.79", + "version": "3.1.0", "description": "All interactions with DB", "main": "./dist/index.js", "types": "./dist/index.d.ts",