Skip to content

Commit 0377dc3

Browse files
chore(release): 3.13.2 [skip ci]
## [3.13.2](v3.13.1...v3.13.2) (2025-06-11) ### Bug Fixes * make guild_id optional in thread interface ([8d4ebb8](8d4ebb8))
1 parent fd053d6 commit 0377dc3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.13.2](https://github.com/TogetherCrew/mongo-lib/compare/v3.13.1...v3.13.2) (2025-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* make guild_id optional in thread interface ([8d4ebb8](https://github.com/TogetherCrew/mongo-lib/commit/8d4ebb850db8da4746542109d675302c4aeddee3))
7+
18
## [3.13.1](https://github.com/TogetherCrew/mongo-lib/compare/v3.13.0...v3.13.1) (2025-06-11)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@togethercrew.dev/db",
3-
"version": "3.13.1",
3+
"version": "3.13.2",
44
"description": "All interactions with DB",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)