chore(docs): change readme & changelog for lorem

This commit is contained in:
Nan72 2025-02-19 08:52:23 +07:00
parent cf18967233
commit a95786ed7d
No known key found for this signature in database
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# template-ext-string-utils # template-ext-string-utils
## 1.1.1
### Patch Changes
- Add lorem command
## 1.1.0 ## 1.1.0
### Patch Changes ### Patch Changes

View File

@ -28,6 +28,7 @@ This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set o
- Trim the clipboard text - Trim the clipboard text
- Trim the end of clipboard text - Trim the end of clipboard text
- Trim the start of clipboard text - Trim the start of clipboard text
- Generate a Lorem Ipsum sentence into your clipboard
## Development ## Development
@ -91,8 +92,8 @@ See [Documentation](https://docs.kunkun.sh/guides/extensions/publish/design/) fo
# TODO # TODO
- [ ] RaNdOm CaSE - [x] RaNdOm CaSE
- [ ] Lorem ipsum - [x] Lorem ipsum
- [ ] Lorem ipsum (Preferences) - [ ] Lorem ipsum (Preferences)
- [ ] Repeat - [ ] Repeat
- [ ] Replace - [ ] Replace

View File

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