Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSchndr committed Sep 15, 2022
1 parent 28b7a90 commit b217891
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v1.0.1 - v1.0.3
## v1.0.4 - v1.0.1

* Optimizations & bug fixing

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -54,9 +54,9 @@ Copyright (c) 2022 Jonathan Schneider

<!-- Badges -->

[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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b217891

Please sign in to comment.