Skip to content

Commit

Permalink
Github CI build: run2 v5.5.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 21, 2020
1 parent 75f7c44 commit 9e63e36
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "5.5.3",
"version": "5.5.4",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/logger-root",
"version": "5.5.3",
"version": "5.5.4",
"description": "A multi channel logger written in TypeScript.",
"private": true,
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/logger",
"version": "5.5.3",
"version": "5.5.4",
"description": "A multi channel logger written in TypeScript.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -35,6 +35,6 @@
"streamroller": "^1.0.3",
"tslib": "2.0.3"
},
"peerDependencies": {},
"devDependencies": {}
}
"devDependencies": {},
"peerDependencies": {}
}
6 changes: 3 additions & 3 deletions packages/smtp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/logger-smtp",
"version": "5.5.3",
"version": "5.5.4",
"description": "SMTP appender module for @tsed/logger",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
"build:doc": "tsc --build tsconfig.doc.json"
},
"dependencies": {
"@tsed/logger": "5.5.3",
"@tsed/logger": "5.5.4",
"nodemailer": "^6.4.16"
},
"devDependencies": {},
"peerDependencies": {}
}
}

0 comments on commit 9e63e36

Please sign in to comment.