Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2021-04-03)

### Features

* support error trace ([#452](#452)) ([a16cbef](a16cbef))
  • Loading branch information
semantic-release-bot committed Apr 3, 2021
1 parent a16cbef commit 2d05470
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.5.0](https://github.com/nest-x/nestx-log4js/compare/v1.4.0...v1.5.0) (2021-04-03)


### Features

* support error trace ([#452](https://github.com/nest-x/nestx-log4js/issues/452)) ([a16cbef](https://github.com/nest-x/nestx-log4js/commit/a16cbef8db6b9cf0187dbc72eeb2d33110cc4c56))

# [1.4.0](https://github.com/nest-x/nestx-log4js/compare/v1.3.12...v1.4.0) (2021-03-31)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.4.0",
"version": "1.5.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestx-log4js",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestx-log4js/core",
"version": "1.4.0",
"version": "1.5.0",
"description": "nestx-log4js core module",
"author": "aquariuslt <[email protected]>",
"homepage": "https://github.com/nest-x/nestx-log4js#readme",
Expand Down

0 comments on commit 2d05470

Please sign in to comment.