From 7339f8eb0721ff457bd9f22aae2a952937001245 Mon Sep 17 00:00:00 2001 From: mayconrfreitas Date: Tue, 30 Sep 2025 21:59:29 -0300 Subject: [PATCH 1/2] dummy commit to new release fix tag issues --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 34ccdf2..1a1b240 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ It supports: * ASCII trees like `tree` with `│ ├ └ ─` * Space-indented lists * Path lines like `.github/workflows/ci.yml` or `src/index.ts` -* End-of-line comments such as `# ...` and trailing parenthetical notes like `(optional, ...)` No runtime dependencies, TypeScript only for build. From 1ca7e1987a3037aa340ac72ee0d4ff504311b9e6 Mon Sep 17 00:00:00 2001 From: mayconrfreitas Date: Tue, 30 Sep 2025 22:02:17 -0300 Subject: [PATCH 2/2] chore v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0b21f0..213f835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "structforge", - "version": "1.0.3", + "version": "1.1.0", "description": "Text-to-filesystem scaffolder that understands ASCII trees, indented lists, and path lines. Safe, zero runtime deps.", "type": "module", "bin": {