Skip to content

Commit

Permalink
Github CI build: run2 v5.5.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 15, 2021
1 parent 25ff3b8 commit 436a8cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.4",
"version": "5.5.5",
"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.4",
"version": "5.5.5",
"description": "A multi channel logger written in TypeScript.",
"private": true,
"scripts": {
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.5.4",
"version": "5.5.5",
"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.5.4",
"version": "5.5.5",
"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.5.4",
"@tsed/logger": "5.5.5",
"nodemailer": "^6.4.16"
},
"devDependencies": {},
Expand Down

0 comments on commit 436a8cd

Please sign in to comment.