chore: fix version number for extension#606
Conversation
Greptile SummaryThis PR corrects the version number of the Confidence Score: 5/5Safe to merge — purely a version metadata correction with no code or logic changes. The change is a two-line version number correction across package.json and its corresponding lock file. Both files are updated consistently, there are no dependency changes, and no code logic is touched. No issues were found. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["package.json\nversion: 0.0.52"] -->|"Version bump"| B["package.json\nversion: 0.0.97"]
C["bun.lock\nversion: 0.0.52"] -->|"Lock file sync"| D["bun.lock\nversion: 0.0.97"]
B & D --> E["@browseros/agent\nAligned with actual extension version"]
Reviews (1): Last reviewed commit: "chore: fix version number for extension" | Re-trigger Greptile |
No description provided.