From d99fe13fe497b3ce637cfb83b32a4f3a97405f7c Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Wed, 9 Sep 2026 11:47:59 +0000 Subject: [PATCH] 0.8.0: version the contact gate 0.7.0 was tagged and published to npm before #38 merged, so the release and the package named 0.7.0 contain the employer decision flow but not the contact gate. Two PRs hand-bumped to the same number and both merged cleanly, which is how a version stops identifying a build. No behaviour change. This is the number the contact gate ships under. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_015xXMzJf85q87oeG3VEKHdJ --- package.json | 2 +- src/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d28e70..a31e7fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@profullstack/agenticjobs", - "version": "0.7.0", + "version": "0.8.0", "description": "An agent-friendly job board you self-host. It posts its own jobs, never scrapes anyone else's, and answers on every surface: web, API, MCP, CLI, TUI, desktop and PWA. Instances find each other through an open directory.", "license": "MIT", "type": "module", diff --git a/src/config.ts b/src/config.ts index da84710..28d785b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -106,7 +106,7 @@ export function loadConfig(env: NodeJS.ProcessEnv = process.env): Config { } /** Kept in step with package.json by the release script. */ -export const VERSION = '0.7.0'; +export const VERSION = '0.8.0'; export const SOFTWARE_NAME = 'agenticjobs'; /**