diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ccd1f..d8f2a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ ## 🏗️ developed > to be updated in the next version +## 2.7.1 + - [fix] `customReplace()`: error when search contains like `\.\!\?` - [updated] `Chinese-punctuation`: select modification at last - [updated] `math mode`: diff --git a/manifest.json b/manifest.json index 78d965c..b61921f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-text-format", "name": "Text Format", - "version": "2.7.0", + "version": "2.7.1", "minAppVersion": "0.9.7", "description": "Format text such as lowercase/uppercase/capitalize/titlecase, converting order/bullet list, removing redundant spaces/newline characters.", "author": "Benature",