Skip to content

Commit dade73e

Browse files
chore(release): two-factor-v1.1.8 [skip ci]
## [1.1.8](two-factor-v1.1.7...two-factor-v1.1.8) (2025-08-30) ### Bug Fixes * update code for detect stacktrace ([d204e79](d204e79))
1 parent 239142a commit dade73e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.8](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/two-factor-v1.1.7...two-factor-v1.1.8) (2025-08-30)
2+
3+
4+
### Bug Fixes
5+
6+
* update code for detect stacktrace ([d204e79](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/d204e794d3f0c9550a65c36b8ef5ec66216ad7d1))
7+
18
## [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)
29

310

libs/feature/two-factor/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/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.7",
4+
"version": "1.1.8",
55
"keywords": [
66
"feature",
77
"nestjs",
@@ -112,4 +112,4 @@
112112
"strategy": "join"
113113
}
114114
]
115-
}
115+
}

0 commit comments

Comments
 (0)