Skip to content

Commit 75df0ec

Browse files
release: v0.7.1
1 parent d302eef commit 75df0ec

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safety-net",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Block destructive git and filesystem commands before execution",
55
"author": {
66
"name": "J Liew",

dist/bin/cc-safety-net.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3454,7 +3454,7 @@ function detectAllHooks(cwd, options) {
34543454

34553455
// src/bin/doctor/system-info.ts
34563456
import { spawn } from "node:child_process";
3457-
var CURRENT_VERSION = "0.7.0";
3457+
var CURRENT_VERSION = "0.7.1";
34583458
function getPackageVersion() {
34593459
return CURRENT_VERSION;
34603460
}
@@ -4500,7 +4500,7 @@ function formatTraceJson(result) {
45004500
return JSON.stringify(result, null, 2);
45014501
}
45024502
// src/bin/help.ts
4503-
var version = "0.7.0";
4503+
var version = "0.7.1";
45044504
var INDENT = " ";
45054505
var PROGRAM_NAME = "cc-safety-net";
45064506
function formatOptionFlags(option) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-safety-net",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Claude Code / OpenCode plugin - block destructive git and filesystem commands before execution",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)