bump: new version 0.1.21

This commit is contained in:
Harshith Mullapudi 2025-09-08 23:47:35 +05:30
parent 33986e584a
commit db7608d735
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
VERSION=0.1.20 VERSION=0.1.21
# Nest run in docker, change host to database container name # Nest run in docker, change host to database container name
DB_HOST=localhost DB_HOST=localhost

View File

@ -1,4 +1,4 @@
VERSION=0.1.20 VERSION=0.1.21
# Nest run in docker, change host to database container name # Nest run in docker, change host to database container name
DB_HOST=postgres DB_HOST=postgres

View File

@ -1,7 +1,7 @@
{ {
"name": "core", "name": "core",
"private": true, "private": true,
"version": "0.1.20", "version": "0.1.21",
"workspaces": [ "workspaces": [
"apps/*", "apps/*",
"packages/*" "packages/*"