Release v0.52/0

This commit is contained in:
dilgenfritz 2025-12-08 18:37:33 -06:00
parent 08502cd06b
commit 5f690f0210
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ if (-not $SkipBuild) {
if (-not $SkipGit) {
Write-Info "`n📤 Committing and tagging..."
git add package.json
git add dist/
git commit -m "Release v$newVersion"