release(1.4): pump

This commit is contained in:
Nan72 2025-02-26 16:00:52 +07:00
parent 3a17380b0b
commit 825243a491
No known key found for this signature in database
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# template-ext-string-utils
## 1.4.0
### Patch Changes
- Add reverse command
## 1.3.1
### Patch Changes

View File

@ -25,6 +25,7 @@ This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set o
- Convert clipboard text to Start Case
- Convert clipboard text to UPPER CASE
- Convert clipboard text to rAnDoM CasE
- Reverse clipboard text
- Trim the clipboard text
- Trim the end of clipboard text
- Trim the start of clipboard text
@ -107,5 +108,5 @@ See [Documentation](https://docs.kunkun.sh/guides/extensions/publish/design/) fo
- [ ] Slash unescape
- [ ] Character count
- [ ] Word count
- [ ] Reverse
- [x] Reverse
- [ ] ROT?

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-string-utils",
"version": "1.3.1",
"version": "1.4.0",
"license": "MIT",
"author": "NaN72dev",
"type": "module",