Skip to content

Commit 273f831

Browse files
committed
build(release): next version [skip_build]
- @shiftcode/logger@1.1.0
1 parent 64ebc53 commit 273f831

3 files changed

Lines changed: 24 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/logger/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2025-05-13)
7+
8+
### Bug Fixes
9+
10+
- **logger:** add missing utilities dependency ([abfc35c](https://github.com/shiftcode/sc-commons-public/commit/abfc35c377c9d261e072c4f750b51f99d337625e))
11+
- **logger:** add missing utilities devDependency ([bb93f0f](https://github.com/shiftcode/sc-commons-public/commit/bb93f0ff3abda6afaba98b074e64cd34c2db8689))
12+
- **logger:** add utilities as dependency ([bb82d9c](https://github.com/shiftcode/sc-commons-public/commit/bb82d9cd0b25210c380ffb3670ac14f3bb4f4372))
13+
- **logger:** add utilities in tsconfig path ([659b57b](https://github.com/shiftcode/sc-commons-public/commit/659b57b0eb5bd9376776341ad9d5c81d5586b945))
14+
- **logger:** remove reflect-metadata from jest config ([81bcc45](https://github.com/shiftcode/sc-commons-public/commit/81bcc451f4680301d3287da8d567f2a3f70d30ec))
15+
- **logger:** remove unused ansi-styles dependency ([8d06b79](https://github.com/shiftcode/sc-commons-public/commit/8d06b79226a520711ecb8f0c52afe5c9d3f2e93f))
16+
- **logger:** remove unused utilities dependency ([5f57935](https://github.com/shiftcode/sc-commons-public/commit/5f5793558927c2679c161fce0271f4e8ad8c4b6d))
17+
18+
### Features
19+
20+
- **logger:** add JSON log object creation in JsonLogTransport ([c37f419](https://github.com/shiftcode/sc-commons-public/commit/c37f419e5f55d95a0f78bcd383977dd0bd3d4a87))
21+
- **logger:** add loglevel to transportLog in JsonLogTransport ([670f948](https://github.com/shiftcode/sc-commons-public/commit/670f948701393b23745dbf570ad5de1aca167a21))
22+
- **logger:** new logger detached from inversify ([af9f076](https://github.com/shiftcode/sc-commons-public/commit/af9f0765d4b4147a08612a9951ba658c4d445889))

packages/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/logger",
3-
"version": "1.1.0-pr42.0",
3+
"version": "1.1.0",
44
"description": "logger for local and aws lambda execution",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "UNLICENSED",

0 commit comments

Comments
 (0)