Skip to content

Commit

Permalink
chore(release): 1.3.11 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.11](v1.3.10...v1.3.11) (2020-12-24)

### Bug Fixes

* **logger:** add static and instance method `getTimestamp` ([10b78d1](10b78d1))
  • Loading branch information
semantic-release-bot committed Dec 24, 2020
1 parent 10b78d1 commit 796c4e9
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.3.11](https://github.com/nest-x/nestx-log4js/compare/v1.3.10...v1.3.11) (2020-12-24)


### Bug Fixes

* **logger:** add static and instance method `getTimestamp` ([10b78d1](https://github.com/nest-x/nestx-log4js/commit/10b78d13bd07499635093d457e5cc772e296f0e4))

## [1.3.10](https://github.com/nest-x/nestx-log4js/compare/v1.3.9...v1.3.10) (2020-12-24)


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.3.10",
"version": "1.3.11",
"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.3.10",
"version": "1.3.11",
"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.3.10",
"version": "1.3.11",
"description": "nestx-log4js core module",
"author": "aquariuslt <[email protected]>",
"homepage": "https://github.com/nest-x/nestx-log4js#readme",
Expand Down

0 comments on commit 796c4e9

Please sign in to comment.