diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d24b9b..3f919d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # template-ext-string-utils +## 1.4.0 + +### Patch Changes + +- Add reverse command + ## 1.3.1 ### Patch Changes diff --git a/README.md b/README.md index 945362f..581eca0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set o - Convert clipboard text to Start Case - Convert clipboard text to UPPER CASE - Convert clipboard text to rAnDoM CasE +- Reverse clipboard text - Trim the clipboard text - Trim the end of clipboard text - Trim the start of clipboard text @@ -107,5 +108,5 @@ See [Documentation](https://docs.kunkun.sh/guides/extensions/publish/design/) fo - [ ] Slash unescape - [ ] Character count - [ ] Word count -- [ ] Reverse +- [x] Reverse - [ ] ROT? diff --git a/package.json b/package.json index c03f9aa..d424bff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-string-utils", - "version": "1.3.1", + "version": "1.4.0", "license": "MIT", "author": "NaN72dev", "type": "module",