From d17e8bed35a41be9a9a59e37137d7b92aa0da5f0 Mon Sep 17 00:00:00 2001 From: Kazuki Yamada Date: Sun, 29 Dec 2024 22:17:11 +0900 Subject: [PATCH] 0.2.7 --- 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 3cf7cfc..9915c46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "repomix", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "repomix", - "version": "0.2.6", + "version": "0.2.7", "license": "MIT", "dependencies": { "@clack/prompts": "^0.9.0", diff --git a/package.json b/package.json index ffb9956..ed19bae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repomix", - "version": "0.2.6", + "version": "0.2.7", "description": "A tool to pack repository contents to single file for AI consumption", "main": "./lib/index.js", "types": "./lib/index.d.ts",