mirror of
https://github.com/NaN72dev/kunkun-ext-string-utils.git
synced 2025-05-24 20:35:02 +00:00
chore(docs): change readme & changelog for lorem
This commit is contained in:
parent
cf18967233
commit
a95786ed7d
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user