release(npm): 1.3.1 - update readme command repeat

This commit is contained in:
Nan72 2025-02-20 08:45:53 +07:00
parent d813e6b6ff
commit d8e33a3eb5
No known key found for this signature in database
3 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# template-ext-string-utils
## 1.3.1
### Patch Changes
- Update README
## 1.3.0
### Patch Changes

View File

@ -29,6 +29,7 @@ This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set o
- Trim the end of clipboard text
- Trim the start of clipboard text
- Generate a Lorem Ipsum sentence into your clipboard
- Repeat a string a given number of times
## Development

View File

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