Skip to content

Commit 562bd80

Browse files
release: v0.7.0
1 parent bb35b3f commit 562bd80

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.6.2",
3+
"version": "0.7.0",
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
@@ -3439,7 +3439,7 @@ function detectAllHooks(cwd, options) {
34393439

34403440
// src/bin/doctor/system-info.ts
34413441
import { spawn } from "node:child_process";
3442-
var CURRENT_VERSION = "0.6.2";
3442+
var CURRENT_VERSION = "0.7.0";
34433443
function getPackageVersion() {
34443444
return CURRENT_VERSION;
34453445
}
@@ -4484,7 +4484,7 @@ function formatTraceJson(result) {
44844484
return JSON.stringify(result, null, 2);
44854485
}
44864486
// src/bin/help.ts
4487-
var version = "0.6.2";
4487+
var version = "0.7.0";
44884488
var INDENT = " ";
44894489
var PROGRAM_NAME = "cc-safety-net";
44904490
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.6.2",
3+
"version": "0.7.0",
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)