Skip to content

Commit 844a8a2

Browse files
roli-lpciclaude
andcommitted
fix: align version metadata to 0.2.1 (matches published npm quick-gate)
Metadata declared 0.2.2 but npm only ever published 0.2.1; align to the real published artifact for honest version references. Bump to 0.2.2 will accompany an actual npm publish. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d6246cf commit 844a8a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
given-names: "Rolando"
88
orcid: "https://orcid.org/0009-0005-4896-1112"
99
affiliation: "Hermes Labs"
10-
version: "0.2.2"
10+
version: "0.2.1"
1111
date-released: "2026-04-19"
1212
license: "Apache-2.0"
1313
repository-code: "https://github.com/hermes-labs-ai/quick-gate-js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quick-gate",
3-
"version": "0.2.2",
3+
"version": "0.2.1",
44
"description": "JavaScript and TypeScript quality gate CLI with bounded auto-repair and escalation artifacts",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)