From 7f8229e0744c96e3ac7ba0c18b2f8189d059f8ad Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Sun, 26 Apr 2026 21:38:26 -0400 Subject: [PATCH] Bump version to 0.4.0 --- package.json | 2 +- tests/delta.test.ts | 4 ++-- tests/fixtures/reports/saved-delta/base.json | 2 +- tests/fixtures/reports/saved-delta/expected-delta.json | 6 +++--- tests/fixtures/reports/saved-delta/head.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f725e86..75d64bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slop-scan", - "version": "0.3.0", + "version": "0.4.0", "description": "Deterministic CLI for finding AI-associated slop patterns in JavaScript and TypeScript repositories.", "keywords": [ "ai", diff --git a/tests/delta.test.ts b/tests/delta.test.ts index 0195e44..f03def7 100644 --- a/tests/delta.test.ts +++ b/tests/delta.test.ts @@ -109,7 +109,7 @@ function createBaseResult(): AnalysisResult { repoScore: 7, metadata: { schemaVersion: 2, - tool: { name: "slop-scan", version: "0.3.0" }, + tool: { name: "slop-scan", version: "0.4.0" }, configHash: "same-config", findingFingerprintVersion: FINDING_FINGERPRINT_VERSION, plugins: [], @@ -241,7 +241,7 @@ function createHeadResult(): AnalysisResult { repoScore: 14, metadata: { schemaVersion: 2, - tool: { name: "slop-scan", version: "0.3.0" }, + tool: { name: "slop-scan", version: "0.4.0" }, configHash: "same-config", findingFingerprintVersion: FINDING_FINGERPRINT_VERSION, plugins: [], diff --git a/tests/fixtures/reports/saved-delta/base.json b/tests/fixtures/reports/saved-delta/base.json index 61aed44..fecbf4d 100644 --- a/tests/fixtures/reports/saved-delta/base.json +++ b/tests/fixtures/reports/saved-delta/base.json @@ -3,7 +3,7 @@ "schemaVersion": 2, "tool": { "name": "slop-scan", - "version": "0.3.0" + "version": "0.4.0" }, "configHash": "fixture-config", "findingFingerprintVersion": 1, diff --git a/tests/fixtures/reports/saved-delta/expected-delta.json b/tests/fixtures/reports/saved-delta/expected-delta.json index 1c012f8..3619ac3 100644 --- a/tests/fixtures/reports/saved-delta/expected-delta.json +++ b/tests/fixtures/reports/saved-delta/expected-delta.json @@ -2,7 +2,7 @@ "schemaVersion": 2, "tool": { "name": "slop-scan", - "version": "0.3.0" + "version": "0.4.0" }, "base": { "rootDir": "/fixture/base", @@ -10,7 +10,7 @@ "schemaVersion": 2, "tool": { "name": "slop-scan", - "version": "0.3.0" + "version": "0.4.0" }, "configHash": "fixture-config", "findingFingerprintVersion": 1, @@ -40,7 +40,7 @@ "schemaVersion": 2, "tool": { "name": "slop-scan", - "version": "0.3.0" + "version": "0.4.0" }, "configHash": "fixture-config", "findingFingerprintVersion": 1, diff --git a/tests/fixtures/reports/saved-delta/head.json b/tests/fixtures/reports/saved-delta/head.json index f0e8bb9..0e2f695 100644 --- a/tests/fixtures/reports/saved-delta/head.json +++ b/tests/fixtures/reports/saved-delta/head.json @@ -3,7 +3,7 @@ "schemaVersion": 2, "tool": { "name": "slop-scan", - "version": "0.3.0" + "version": "0.4.0" }, "configHash": "fixture-config", "findingFingerprintVersion": 1,