Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSchndr committed Sep 15, 2022
1 parent 890f51b commit 07562db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

## v1.0.1
## v1.0.1 - v1.0.2

* Optimizations & bug fixing

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "vitepress-plugin-auto-sidebar",
"repository": "git://github.com/JonathanSchndr/vitepress-plugin-auto-sidebar.git",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generate the VitePress sidebar through the folder structure.",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Expand Up @@ -3,7 +3,7 @@ import dts from 'vite-plugin-dts';
export default {
build: {
minify: true,
sourcemap: true,
sourcemap: false,
emptyOutDir: false,
lib: {
formats: ['es', 'cjs', 'umd'],
Expand Down

0 comments on commit 07562db

Please sign in to comment.