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