From a95786ed7df85e0b6de7d61b9ce022769f757ba6 Mon Sep 17 00:00:00 2001 From: Nan72 Date: Wed, 19 Feb 2025 08:52:23 +0700 Subject: [PATCH] chore(docs): change readme & changelog for lorem --- CHANGELOG.md | 6 ++++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575d6db..2303e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # template-ext-string-utils +## 1.1.1 + +### Patch Changes + +- Add lorem command + ## 1.1.0 ### Patch Changes diff --git a/README.md b/README.md index 52cce70..262b0d9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 059e460..ed5137d 100644 --- a/package.json +++ b/package.json @@ -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",