diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6ac57..fdcbb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # template-ext-string-utils + +## 1.0.2 + +### Patch Changes + +- Update README + ## 1.0.1 ### Patch Changes diff --git a/README.md b/README.md index 3fde426..4cbd340 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Kunkun String Utils Extension +[![NPM Package Publish](https://github.com/NaN72dev/kunkun-ext-string-utils/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/NaN72dev/kunkun-ext-string-utils/actions/workflows/npm-publish.yml) + This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set of string utility functions. Currently supported functions: -![image](./image.png) +![image](./functions.png) ## Development diff --git a/package.json b/package.json index 3639e97..0fed84d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-string-utils", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "type": "module", "repository": "https://github.com/NaN72dev/kunkun-ext-string-utils",