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
## 1.1.1
### Patch Changes
- Add lorem command
## 1.1.0
### 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 end of clipboard text
- Trim the start of clipboard text
- Generate a Lorem Ipsum sentence into your clipboard
## Development
@ -91,8 +92,8 @@ See [Documentation](https://docs.kunkun.sh/guides/extensions/publish/design/) fo
# TODO
- [ ] RaNdOm CaSE
- [ ] Lorem ipsum
- [x] RaNdOm CaSE
- [x] Lorem ipsum
- [ ] Lorem ipsum (Preferences)
- [ ] Repeat
- [ ] Replace

View File

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