Skip to content

Commit

Permalink
chore(release): publish v0.0.4🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Feb 18, 2023
1 parent d836637 commit d73e06d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/.idea
/.awcache
/.vscode
tags

# misc
npm-debug.log
Expand All @@ -19,4 +20,4 @@ npm-debug.log
dist

# enviroments
.env
.env
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-postgres",
"version": "0.0.4",
"version": "0.0.5",
"description": "PostgreSQL module for Nest framework (node.js) 😻",
"author": "Tony133",
"license": "MIT",
Expand Down Expand Up @@ -66,5 +66,8 @@
"repository": {
"type": "git",
"url": "https://github.com/tony133/nestjs-postgres"
},
"dependencies": {
"uuid": "9.0.0"
}
}

0 comments on commit d73e06d

Please sign in to comment.