Skip to content

Commit d73e06d

Browse files
committed
chore(release): publish v0.0.4πŸŽ‰
1 parent d836637 commit d73e06d

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/.idea
66
/.awcache
77
/.vscode
8+
tags
89

910
# misc
1011
npm-debug.log
@@ -19,4 +20,4 @@ npm-debug.log
1920
dist
2021

2122
# enviroments
22-
.env
23+
.env

β€Žpackage-lock.jsonβ€Ž

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-postgres",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "PostgreSQL module for Nest framework (node.js) 😻",
55
"author": "Tony133",
66
"license": "MIT",
@@ -66,5 +66,8 @@
6666
"repository": {
6767
"type": "git",
6868
"url": "https://github.com/tony133/nestjs-postgres"
69+
},
70+
"dependencies": {
71+
"uuid": "9.0.0"
6972
}
7073
}

0 commit comments

Comments
Β (0)