Skip to content

Commit

Permalink
Chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjoydatta committed Jul 22, 2023
1 parent 060cc3c commit 9c249cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-boilerplate",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": {
"name": "Sonjoy Datta",
Expand Down Expand Up @@ -95,4 +95,4 @@
"^@libs/redis(|/.*)$": "<rootDir>/libs/redis/src/$1"
}
}
}
}
2 changes: 2 additions & 0 deletions src/common/envs/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ JWT_REFRESH_EXPIRES_IN=
# Database Config
MONGO_URL=

CLIENT_URL=

# Mail Config
MAIL_HOST=
MAIL_SECURE=
Expand Down

0 comments on commit 9c249cb

Please sign in to comment.