From 1d806b30b60e1efa38158153853a75638689654b Mon Sep 17 00:00:00 2001 From: Nan72 Date: Tue, 18 Feb 2025 10:34:10 +0700 Subject: [PATCH] feat(docs): add rAnDoM CasE to readme & pump 1.1.1 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b9fef4..52cce70 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set o - Convert clipboard text to snake_case - Convert clipboard text to Start Case - Convert clipboard text to UPPER CASE +- Convert clipboard text to rAnDoM CasE - Trim the clipboard text - Trim the end of clipboard text - Trim the start of clipboard text diff --git a/package.json b/package.json index 38d28e9..959860a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-string-utils", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "author": "NaN72dev", "type": "module",