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