From fb36400a52c0754bdb1e699d5abf52d464838bfa Mon Sep 17 00:00:00 2001 From: MichaelEakins Date: Sun, 1 Mar 2026 18:39:00 -0500 Subject: [PATCH] chore: bump version to 1.0.6 Co-Authored-By: Claude Opus 4.6 --- 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 d98145b..a15e2bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@crashbytes/react-version-compare", - "version": "1.0.4", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@crashbytes/react-version-compare", - "version": "1.0.4", + "version": "1.0.6", "license": "Apache-2.0", "dependencies": { "@contentful/rich-text-types": "^17.2.5", diff --git a/package.json b/package.json index 6e3cd61..5b8f27f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@crashbytes/react-version-compare", - "version": "1.0.4", + "version": "1.0.6", "description": "A React component for comparing strings and arrays with precise word-level and item-level highlighting of differences.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",