Skip to content

Commit 38f6cf1

Browse files
chore(release): two-factor-v1.1.7 [skip ci]
## [1.1.7](two-factor-v1.1.6...two-factor-v1.1.7) (2025-07-08) ### Bug Fixes * change logic for calc timeout in totp generator ([049521e](049521e))
1 parent 049521e commit 38f6cf1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

libs/feature/two-factor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.7](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/two-factor-v1.1.6...two-factor-v1.1.7) (2025-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* change logic for calc timeout in totp generator ([049521e](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/049521ed74a1439555294fc72a8774c51f4b5270))
7+
18
## [1.1.6](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/two-factor-v1.1.5...two-factor-v1.1.6) (2025-07-08)
29

310

libs/feature/two-factor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjs-mod/two-factor",
33
"description": "Two factor module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction",
4-
"version": "1.1.6",
4+
"version": "1.1.7",
55
"keywords": [
66
"feature",
77
"nestjs",

0 commit comments

Comments
 (0)