Skip to content

Commit 290c24b

Browse files
committed
build(release): next version [skip_build]
- @shiftcode/nest-logger@1.0.1
1 parent 6dfd425 commit 290c24b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nest-logger/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/nest-logger@1.0.0...@shiftcode/nest-logger@1.0.1) (2026-03-24)
7+
8+
### Bug Fixes
9+
10+
- **nest-logger:** add unit tests for NestLogger methods to verify argument forwarding ([12be563](https://github.com/shiftcode/sc-commons-public/commit/12be563502b0a754ea7f59837a6e6cdb5e6eae76))
11+
- **nest-logger:** remove faulty array wrapping for logging ([2e6afaa](https://github.com/shiftcode/sc-commons-public/commit/2e6afaa84fbf606d156f272c09ea70d478bfc866))
12+
- **nest-logger:** spread optional parameters in logging methods ([bf0b406](https://github.com/shiftcode/sc-commons-public/commit/bf0b4069b47c0ec899d575175efb05ebca8eeea4))
13+
614
# 1.0.0 (2026-03-18)
715

816
### Bug Fixes

packages/nest-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/nest-logger",
3-
"version": "1.0.1-pr79.2",
3+
"version": "1.0.1",
44
"description": "NestJS support for the logger package",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "MIT",

0 commit comments

Comments
 (0)