From 00039b9fb0d3bbede0f5ff00ca37e439bd26e42e Mon Sep 17 00:00:00 2001 From: Kazuki Yamada Date: Thu, 26 Feb 2026 23:25:07 +0900 Subject: [PATCH] 1.12.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff4421e7..05ca8df5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "repomix", - "version": "1.11.1", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "repomix", - "version": "1.11.1", + "version": "1.12.0", "license": "MIT", "dependencies": { "@clack/prompts": "^0.11.0", diff --git a/package.json b/package.json index 4465eb3d..82ce4ad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repomix", - "version": "1.11.1", + "version": "1.12.0", "description": "A tool to pack repository contents to single file for AI consumption", "main": "./lib/index.js", "types": "./lib/index.d.ts",