From 8c0afae5c5c4de6a21ca6883113f63c3fe762e59 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 23 Jul 2025 12:54:59 -0300 Subject: [PATCH] chore: bump to 0.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e14c96e..0c175d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-wrap-text", - "version": "0.1.3", + "version": "0.1.4", "description": "A simple utility to wrap matching substrings in React with custom jsx components", "type": "module", "main": "dist/index.js",