Skip to content

Commit f4088c3

Browse files
chore(release): files-v1.1.2 [skip ci]
## [1.1.2](files-v1.1.1...files-v1.1.2) (2025-06-04) ### Bug Fixes * add check exists before create new index ([17f0933](17f0933))
1 parent ed72ff7 commit f4088c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

libs/feature/files/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.2](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/files-v1.1.1...files-v1.1.2) (2025-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* add check exists before create new index ([17f0933](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/17f0933310276b104b4b0a8c30aea804b9d7223d))
7+
18
## [1.1.1](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/files-v1.1.0...files-v1.1.1) (2025-06-03)
29

310

libs/feature/files/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/files",
33
"description": "Files module with an error filter, controller and rest-sdk for work with module from other nodejs appliaction",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"keywords": [
66
"feature",
77
"nestjs",

0 commit comments

Comments
 (0)