From b2178911a5a4afdc071af2e41eb0eab35a11d4a6 Mon Sep 17 00:00:00 2001 From: Jonathan Schneider Date: Thu, 15 Sep 2022 08:57:50 +0200 Subject: [PATCH] update readme --- CHANGELOG.md | 2 +- README.md | 14 +++++++------- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6a7b4..75af3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v1.0.1 - v1.0.3 +## v1.0.4 - v1.0.1 * Optimizations & bug fixing diff --git a/README.md b/README.md index 1fa8de0..5d9f533 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ > Generate the VitePress sidebar through the folder structure. -- [✨  Release Notes](https://github.com/JonathanSchndr/github-issue-widget/releases) +- [✨  Release Notes](https://github.com/JonathanSchndr/vitepress-plugin-auto-sidebar/releases) ## Features @@ -54,9 +54,9 @@ Copyright (c) 2022 Jonathan Schneider -[npm-version-src]: https://img.shields.io/npm/v/github-issue-widget/latest.svg -[npm-version-href]: https://npmjs.com/package/github-issue-widget -[npm-downloads-src]: https://img.shields.io/npm/dt/github-issue-widget.svg -[npm-downloads-href]: https://npmjs.com/package/github-issue-widget -[license-src]: https://img.shields.io/npm/l/github-issue-widget.svg -[license-href]: https://npmjs.com/package/github-issue-widget +[npm-version-src]: https://img.shields.io/npm/v/vitepress-plugin-auto-sidebar/latest.svg +[npm-version-href]: https://npmjs.com/package/vitepress-plugin-auto-sidebar +[npm-downloads-src]: https://img.shields.io/npm/dt/vitepress-plugin-auto-sidebar.svg +[npm-downloads-href]: https://npmjs.com/package/vitepress-plugin-auto-sidebar +[license-src]: https://img.shields.io/npm/l/vitepress-plugin-auto-sidebar.svg +[license-href]: https://npmjs.com/package/vitepress-plugin-auto-sidebar diff --git a/package.json b/package.json index 2f4e549..9794a9b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vitepress-plugin-auto-sidebar", "repository": "git://github.com/JonathanSchndr/vitepress-plugin-auto-sidebar.git", - "version": "1.0.3", + "version": "1.0.4", "description": "Generate the VitePress sidebar through the folder structure.", "files": [ "dist"