Skip to content

Commit

Permalink
fix(csi-528): fixed logger.child() to avoid creating new winston inst…
Browse files Browse the repository at this point in the history
…ance (#53)

* fix(csi-528): fixed logger.child() to avoid creating new winston instance

* fix(csi-528): added husky

* fix(csi-528): updated deps

* fix(csi-528): updated deps

* chore(release): 11.5.1 [skip ci]
  • Loading branch information
geka-evk authored Aug 22, 2024
1 parent 63da73f commit 3768027
Show file tree
Hide file tree
Showing 8 changed files with 7,132 additions and 13,405 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
npm run lint
npm run dep:check
npm run audit:check
npm run test
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [11.5.1](https://github.com/mojaloop/central-services-logger/compare/v11.5.0...v11.5.1) (2024-08-22)


### Bug Fixes

* **csi-528:** added husky ([201bce1](https://github.com/mojaloop/central-services-logger/commit/201bce17861fdf0a05d0c80b9e5d4a416b680a22))
* **csi-528:** fixed logger.child() to avoid creating new winston instance ([963ac80](https://github.com/mojaloop/central-services-logger/commit/963ac802e56d10c7f15777c8dba3060d1f0b5bfc))
* **csi-528:** updated deps ([d010671](https://github.com/mojaloop/central-services-logger/commit/d0106712d05162c04780882e9422c52bf3b4e70b))
* **csi-528:** updated deps ([7d39c51](https://github.com/mojaloop/central-services-logger/commit/7d39c51ca63243ae991c0be5fa10eb7eb0392a7e))

## [11.5.0](https://github.com/mojaloop/central-services-logger/compare/v11.3.1...v11.5.0) (2024-07-25)


Expand Down
3 changes: 2 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"GHSA-gxpj-cx7g-858c", // https://github.com/advisories/GHSA-gxpj-cx7g-858c
"GHSA-78xj-cgh5-2h22", // https://github.com/advisories/GHSA-78xj-cgh5-2h22
"GHSA-2p57-rm9w-gvfp", // https://github.com/advisories/GHSA-2p57-rm9w-gvfp
"GHSA-grv7-fg5c-xmjg" // https://github.com/advisories/GHSA-grv7-fg5c-xmjg
"GHSA-grv7-fg5c-xmjg", // https://github.com/advisories/GHSA-grv7-fg5c-xmjg
"GHSA-952p-6rrq-rcjv" // https://github.com/advisories/GHSA-952p-6rrq-rcjv
]
}
Loading

0 comments on commit 3768027

Please sign in to comment.