diff --git a/CHANGELOG.md b/CHANGELOG.md index 93aab9a4..e095835f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.23.1 (2024-05-) +## 1.23.1 (2024-05-15) - Warning against using the `removePrefixAfterOrdering` option and the `useTitleFrom` option together - Fix to return full filename if separator is not present in filename when using `removePrefixAfterOrdering` option diff --git a/package-lock.json b/package-lock.json index 729a5371..fb039dc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vitepress-sidebar", - "version": "1.23.0", + "version": "1.23.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vitepress-sidebar", - "version": "1.23.0", + "version": "1.23.1", "license": "MIT", "dependencies": { "gray-matter": "^4.0.3" diff --git a/package.json b/package.json index de9a5da1..5f8a1561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitepress-sidebar", - "version": "1.23.0", + "version": "1.23.1", "description": "A VitePress auto sidebar plugin that automatically creates a simple configuration.", "type": "module", "types": "dist/index.d.ts",