From 4d6db5635ed79ead51ec0c59d145d436830b4431 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 23 Jul 2025 13:04:17 -0300 Subject: [PATCH 1/2] fix: install instructions in readme --- .github/workflows/release.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3769c60..a4253ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,6 @@ jobs: run: pnpm build - name: Publish to npm - run: pnpm publish --access public + run: pnpm publish --access public --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} diff --git a/README.md b/README.md index 1989c8d..5691a5b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Perfect for inline highlighting, smart mentions, tokenized UI, or simple templat ## 🚀 Install ``` -npm install react-wrap-matches +npm install react-wrap-text ``` ## Usage From 3cf33da2a3cc54caad8fe3c5f996851b61b3628d Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 23 Jul 2025 13:05:34 -0300 Subject: [PATCH 2/2] chore: bump to 0.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c175d5..0e276c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-wrap-text", - "version": "0.1.4", + "version": "0.1.5", "description": "A simple utility to wrap matching substrings in React with custom jsx components", "type": "module", "main": "dist/index.js",