From 36ff4357433ce2d64ea0b6dd52b70505d7c75dc3 Mon Sep 17 00:00:00 2001
From: mattfsourcecode <24415914+mattfsourcecode@users.noreply.github.com>
Date: Sat, 15 Feb 2025 19:34:22 -0500
Subject: [PATCH] v1.2.0
---
README.md | 28 ++--------------------------
package.json | 2 +-
2 files changed, 3 insertions(+), 27 deletions(-)
diff --git a/README.md b/README.md
index 9d780b5..6f50bcc 100644
--- a/README.md
+++ b/README.md
@@ -20,35 +20,11 @@ fastify-swc-server [project-name]
Replace `[project-name]` with the intended name for the project. This creates a new directory with the specified name, clones the Fastify SWC server repo, and configures the project accordingly.
-## Current Features
-
-- Clones a boilerplate from [this repository](https://github.com/mattfsourcecode/fastify-swc-typescript-server).
-- Removes the original `.git` directory and initializes a new git repository for a clean version control start.
-- Updates the `package.json` with the specified project name and resets the author value to an empty string.
-- More customizations to be added...
-
-
-
-## Licensing
-
-This project is licensed under the MIT License.
-
-### Third-Party Licenses
-
-The repository uses some third-party dependencies under other licenses:
-
-- BSD-3-Clause
-- ISC
-
-The full texts of these licenses are included in the repository.
+
## Contributions and Issues
-Contributions are welcome! If you have ideas for improvements, please open an issue first for discussion before submitting a pull request.
-
-NOTE: The [npm module's codebase](https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli) uses a testing suite with [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/), integrating [Husky](https://typicode.github.io/husky/) as a pre-commit [git hook](https://git-scm.com/book/ms/v2/Customizing-Git-Git-Hooks) to ensure all tests pass before staged changes can be committed.
-
-You can report issues or start discussions here: [Open an issue](https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli/issues)
+Contributions are welcome! If you have ideas for improvements, [open an issue](https://github.com/mattfsourcecode/fastify-swc-typescript-server-bootstrap-cli/issues).
For contributions and issues regarding the [codebase cloned](https://github.com/mattfsourcecode/fastify-swc-typescript-server) with the `fastify-swc-server` command, [open an issue here](https://github.com/mattfsourcecode/fastify-swc-typescript-server/issues).
diff --git a/package.json b/package.json
index 9ec7d9b..c7c417b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fastify-swc-typescript-server-bootstrap-cli",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "CLI tool that accelerates the creation of new server projects using Fastify with SWC and Jest",
"main": "init.js",
"license": "MIT",