Skip to content

Commit c8fbd43

Browse files
authored
Merge pull request #70 from spuxx1701/release-please--branches--main
chore: release main
2 parents b76cb8e + aec16cf commit c8fbd43

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/js-utils": "1.0.0",
33
"packages/browser-utils": "1.2.0",
4-
"packages/nest-utils": "2.3.1"
4+
"packages/nest-utils": "2.3.2"
55
}

packages/nest-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.3.2](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.3.1...nest-utils-v2.3.2) (2024-10-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **auth:** Fixed an issue with `SessionResource` being wrongly typed that would prevent family_name from being accessible ([b76cb8e](https://github.com/spuxx1701/jslibs/commit/b76cb8e4c0bdb9a1405e2852dc15ae6a562b8102))
9+
310
## [2.3.1](https://github.com/spuxx1701/jslibs/compare/nest-utils-v2.3.0...nest-utils-v2.3.1) (2024-10-29)
411

512

packages/nest-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spuxx/nest-utils",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "A package containing various utilities for NestJS applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)