Skip to content

Commit 5e35dcb

Browse files
chore(release): 1.5.2 [skip ci]
## [1.5.2](v1.5.1...v1.5.2) (2023-03-16) ### Bug Fixes * **deps:** update dependency log4js to v6.9.1 ([875b24e](875b24e))
1 parent 875b24e commit 5e35dcb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.2](https://github.com/nest-x/nestx-log4js/compare/v1.5.1...v1.5.2) (2023-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency log4js to v6.9.1 ([875b24e](https://github.com/nest-x/nestx-log4js/commit/875b24e278f0e39bced8a17ca4677e27cb8d4913))
7+
18
## [1.5.1](https://github.com/nest-x/nestx-log4js/compare/v1.5.0...v1.5.1) (2022-01-22)
29

310

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.5.1",
5+
"version": "1.5.2",
66
"npmClient": "yarn"
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestx-log4js",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"private": true,
55
"scripts": {
66
"bootstrap": "lerna bootstrap",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestx-log4js/core",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "nestx-log4js core module",
55
"author": "aquariuslt <superaquariuslt@gmail.com>",
66
"homepage": "https://github.com/nest-x/nestx-log4js#readme",

0 commit comments

Comments
 (0)