Skip to content

Commit 9c8d9cd

Browse files
committed
chore(release): v2.0.1
Patch over v2.0.0 which shipped with biome noNonNullAssertion warnings that broke the pre-commit hook in CI. The lint fix (7224baa) eliminates all `\!` assertions via discriminated unions and type narrowing. No behavior change from v2.0.0.
1 parent 7224baa commit 9c8d9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rethunk/mcp-multi-root-git",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "MCP stdio server: multi-root git status, inventory, and HEAD parity checks. Generic tools usable by any workspace.",
55
"type": "module",
66
"private": false,

0 commit comments

Comments
 (0)