Skip to content

Commit 811fc31

Browse files
chore(release): webhook-v1.3.0 [skip ci]
# [1.3.0](webhook-v1.2.5...webhook-v1.3.0) (2025-07-16) ### Features * add support filter data by tenantId ([f0f1863](f0f1863))
1 parent 0c03ed3 commit 811fc31

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

libs/feature/webhook/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/webhook-v1.2.5...webhook-v1.3.0) (2025-07-16)
2+
3+
4+
### Features
5+
6+
* add support filter data by tenantId ([f0f1863](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/f0f18638b2428280b06474a964134e373ab3332e))
7+
18
## [1.2.5](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/webhook-v1.2.4...webhook-v1.2.5) (2025-07-08)
29

310

libs/feature/webhook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjs-mod/webhook",
33
"description": "Webhook module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction",
4-
"version": "1.2.5",
4+
"version": "1.3.0",
55
"keywords": [
66
"feature",
77
"nestjs",
@@ -139,4 +139,4 @@
139139
"strategy": "join"
140140
}
141141
]
142-
}
142+
}

0 commit comments

Comments
 (0)