From 875615e973c674a18ec4fc34b57e8bff7f97c051 Mon Sep 17 00:00:00 2001 From: mattfsourcecode <24415914+mattfsourcecode@users.noreply.github.com> Date: Thu, 30 Jan 2025 22:46:47 -0500 Subject: [PATCH] 1.0.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f791389..3776900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-swc-typescript-server-bootstrap-cli", - "version": "1.0.17", + "version": "1.0.18", "description": "CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest", "main": "init.js", "license": "MIT",