Skip to content

Commit

Permalink
chore: release v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jun 18, 2024
1 parent 3a23367 commit a133067
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.10.3

# Patches

- Fix static report does not work. #29

## 0.10.2

# Patches
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-bundle-analyzer",
"version": "0.10.2",
"version": "0.10.3",
"description": "a vite bundle analyzer",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
1 change: 0 additions & 1 deletion src/client/components/search-modules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export function SearchModules(props: SearchModulesProps) {
}) as FilterModule[]
}
})
console.log(filtered)
return filtered
}, [regExp, files, extra])

Expand Down

0 comments on commit a133067

Please sign in to comment.