release: 0.6.1

This commit is contained in:
Elias Schneider
2023-01-11 13:08:09 +01:00
parent f1b44f87fa
commit fccc4cbc02
6 changed files with 20 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "pingvin-share-backend",
"version": "0.6.0",
"version": "0.6.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-backend",
"version": "0.6.0",
"version": "0.6.1",
"dependencies": {
"@nestjs/common": "^9.2.1",
"@nestjs/config": "^2.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "pingvin-share-backend",
"version": "0.6.0",
"version": "0.6.1",
"scripts": {
"build": "nest build",
"dev": "nest start --watch",