Skip to content

Commit 2da345d

Browse files
chore(release): notifications-v1.2.2 [skip ci]
## [1.2.2](notifications-v1.2.1...notifications-v1.2.2) (2025-06-16) ### Bug Fixes * change dependencies to peerDependencies ([8d41ade](8d41ade)) * format code ([b8143a1](b8143a1))
1 parent 0734a1a commit 2da345d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

libs/feature/notifications/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.2.2](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/notifications-v1.2.1...notifications-v1.2.2) (2025-06-16)
2+
3+
4+
### Bug Fixes
5+
6+
* change dependencies to peerDependencies ([8d41ade](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/8d41ade00c9383a44bc76e2e5b37128b9ee72284))
7+
* format code ([b8143a1](https://github.com/nestjs-mod/nestjs-mod-contrib/commit/b8143a12fab1e4e0d31129ce087bc245ebeab435))
8+
19
## [1.2.1](https://github.com/nestjs-mod/nestjs-mod-contrib/compare/notifications-v1.2.0...notifications-v1.2.1) (2025-06-08)
210

311

libs/feature/notifications/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/notifications",
33
"description": "Notifications module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"keywords": [
66
"feature",
77
"nestjs",
@@ -131,4 +131,4 @@
131131
"strategy": "join"
132132
}
133133
]
134-
}
134+
}

0 commit comments

Comments
 (0)