Skip to content

Commit

Permalink
package: bump version to 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Sep 18, 2024
1 parent fc2862a commit 615fa0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.26.1 (2024-09-18)

- Fix failed to install node.js 18 (#180)

## 1.26.0 (2024-09-16)

- **BREAKING CHANGES**: The `excludeFiles` and `excludeFolders` options have been deprecated; use the `excludePattern` option instead, which corresponds to both custom files and folders with a glob pattern. Both options will be removed in the next major version.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitepress-sidebar",
"version": "1.26.0",
"version": "1.26.1",
"description": "A VitePress auto sidebar plugin that automatically creates a simple configuration.",
"type": "module",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 615fa0f

Please sign in to comment.