Skip to content

Commit e87a8bc

Browse files
release: v0.8.1
1 parent 864445a commit e87a8bc

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.8.0",
3+
"version": "0.8.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
@@ -4208,7 +4208,7 @@ function detectAllHooks(cwd, options) {
42084208

42094209
// src/bin/doctor/system-info.ts
42104210
import { spawn } from "node:child_process";
4211-
var CURRENT_VERSION = "0.8.0";
4211+
var CURRENT_VERSION = "0.8.1";
42124212
var VERSION_FETCH_TIMEOUT_MS = 2000;
42134213
function getPackageVersion() {
42144214
return CURRENT_VERSION;
@@ -5291,7 +5291,7 @@ function formatTraceJson(result) {
52915291
return JSON.stringify(result, null, 2);
52925292
}
52935293
// src/bin/help.ts
5294-
var version = "0.8.0";
5294+
var version = "0.8.1";
52955295
var INDENT = " ";
52965296
var PROGRAM_NAME = "cc-safety-net";
52975297
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.8.0",
3+
"version": "0.8.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)