Skip to content

Commit 0e8d699

Browse files
authored
Bump version to 0.4.0 (#28)
1 parent cb0d07b commit 0e8d699

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slop-scan",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Deterministic CLI for finding AI-associated slop patterns in JavaScript and TypeScript repositories.",
55
"keywords": [
66
"ai",

tests/delta.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function createBaseResult(): AnalysisResult {
109109
repoScore: 7,
110110
metadata: {
111111
schemaVersion: 2,
112-
tool: { name: "slop-scan", version: "0.3.0" },
112+
tool: { name: "slop-scan", version: "0.4.0" },
113113
configHash: "same-config",
114114
findingFingerprintVersion: FINDING_FINGERPRINT_VERSION,
115115
plugins: [],
@@ -241,7 +241,7 @@ function createHeadResult(): AnalysisResult {
241241
repoScore: 14,
242242
metadata: {
243243
schemaVersion: 2,
244-
tool: { name: "slop-scan", version: "0.3.0" },
244+
tool: { name: "slop-scan", version: "0.4.0" },
245245
configHash: "same-config",
246246
findingFingerprintVersion: FINDING_FINGERPRINT_VERSION,
247247
plugins: [],

tests/fixtures/reports/saved-delta/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"schemaVersion": 2,
44
"tool": {
55
"name": "slop-scan",
6-
"version": "0.3.0"
6+
"version": "0.4.0"
77
},
88
"configHash": "fixture-config",
99
"findingFingerprintVersion": 1,

tests/fixtures/reports/saved-delta/expected-delta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"schemaVersion": 2,
33
"tool": {
44
"name": "slop-scan",
5-
"version": "0.3.0"
5+
"version": "0.4.0"
66
},
77
"base": {
88
"rootDir": "/fixture/base",
99
"metadata": {
1010
"schemaVersion": 2,
1111
"tool": {
1212
"name": "slop-scan",
13-
"version": "0.3.0"
13+
"version": "0.4.0"
1414
},
1515
"configHash": "fixture-config",
1616
"findingFingerprintVersion": 1,
@@ -40,7 +40,7 @@
4040
"schemaVersion": 2,
4141
"tool": {
4242
"name": "slop-scan",
43-
"version": "0.3.0"
43+
"version": "0.4.0"
4444
},
4545
"configHash": "fixture-config",
4646
"findingFingerprintVersion": 1,

tests/fixtures/reports/saved-delta/head.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"schemaVersion": 2,
44
"tool": {
55
"name": "slop-scan",
6-
"version": "0.3.0"
6+
"version": "0.4.0"
77
},
88
"configHash": "fixture-config",
99
"findingFingerprintVersion": 1,

0 commit comments

Comments
 (0)