Skip to content

Commit 4b8e530

Browse files
committed
chore: release main
1 parent e00a8e3 commit 4b8e530

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": "1.1.4"
4+
"packages/nest-utils": "1.2.0"
55
}

packages/nest-utils/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/spuxx1701/jslibs/compare/nest-utils-v1.1.4...nest-utils-v1.2.0) (2024-10-08)
4+
5+
6+
### Features
7+
8+
* **auth:** Session resource now includes preferred_username ([e00a8e3](https://github.com/spuxx1701/jslibs/commit/e00a8e3781e1c458678537761cc51a4a52b7e64c))
9+
310
## [1.1.4](https://github.com/spuxx1701/jslibs/compare/nest-utils-v1.1.3...nest-utils-v1.1.4) (2024-10-08)
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": "1.1.4",
3+
"version": "1.2.0",
44
"description": "A package containing various utilities for NestJS applications.",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)