Skip to content

Commit

Permalink
chore(scan): bump version to 0.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPruzan committed Dec 13, 2024
1 parent c5ab275 commit 374f15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scan",
"version": "0.0.44",
"version": "0.0.45",
"description": "Scan your React app for renders",
"keywords": [
"react",
Expand Down
1 change: 1 addition & 0 deletions packages/scan/src/core/monitor/params/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
type MonitoringWithoutRouteProps,
} from '..';
import { computeRoute } from './utils';

const useRoute = (): {
route: string | null;
path: string;
Expand Down

0 comments on commit 374f15b

Please sign in to comment.