diff --git a/CHANGELOG.md b/CHANGELOG.md index 161e497..3d24b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # template-ext-string-utils +## 1.3.1 + +### Patch Changes + +- Update README + ## 1.3.0 ### Patch Changes diff --git a/README.md b/README.md index 4e70d15..945362f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set o - Trim the end of clipboard text - Trim the start of clipboard text - Generate a Lorem Ipsum sentence into your clipboard +- Repeat a string a given number of times ## Development diff --git a/package.json b/package.json index 5c1d5ab..578228c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-string-utils", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "author": "NaN72dev", "type": "module",