Skip to content

Commit

Permalink
Travis CI build: 312 v5.5.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 18, 2020
1 parent d0c905e commit ad690fe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.4.1",
"version": "5.5.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/logger-root",
"version": "5.4.1",
"version": "5.5.0",
"description": "A multi channel logger written in TypeScript.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -108,4 +108,4 @@
"packages/*"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-log-debug",
"version": "5.4.1",
"version": "5.5.0",
"description": "A multi channel logger written in TypeScript.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"build:doc": "tsc --build tsconfig.doc.json"
},
"dependencies": {
"@tsed/logger": "5.4.1"
"@tsed/logger": "5.5.0"
},
"peerDependencies": {
"source-map-support": "^0.5.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/logger",
"version": "5.4.1",
"version": "5.5.0",
"description": "A multi channel logger written in TypeScript.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 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.4.1",
"version": "5.5.0",
"description": "SMTP appender module for @tsed/logger",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"build:doc": "tsc --build tsconfig.doc.json"
},
"dependencies": {
"@tsed/logger": "5.4.1",
"@tsed/logger": "5.5.0",
"nodemailer": "^6.4.2"
},
"devDependencies": {},
Expand Down

0 comments on commit ad690fe

Please sign in to comment.