From 35d47a5ab41f0944391572368aa77025df84f9b7 Mon Sep 17 00:00:00 2001 From: Fouad Matin <169186268+fouad-openai@users.noreply.github.com> Date: Thu, 17 Apr 2025 20:54:40 -0700 Subject: [PATCH] bump(version): 0.1.2504161551 (#254) Bump version --------- Signed-off-by: Fouad Matin Co-authored-by: Jon Church --- codex-cli/package-lock.json | 4 ++-- codex-cli/package.json | 5 +++-- codex-cli/src/utils/session.ts | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/codex-cli/package-lock.json b/codex-cli/package-lock.json index 1a4ddd8a..7b5e77c7 100644 --- a/codex-cli/package-lock.json +++ b/codex-cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openai/codex", - "version": "0.1.2504161510", + "version": "0.1.2504161551", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@openai/codex", - "version": "0.1.2504161510", + "version": "0.1.2504161551", "license": "Apache-2.0", "dependencies": { "@inkjs/ui": "^2.0.0", diff --git a/codex-cli/package.json b/codex-cli/package.json index 64c7a25c..50b5782c 100644 --- a/codex-cli/package.json +++ b/codex-cli/package.json @@ -1,6 +1,6 @@ { "name": "@openai/codex", - "version": "0.1.2504161510", + "version": "0.1.2504161551", "license": "Apache-2.0", "bin": { "codex": "bin/codex" @@ -22,7 +22,8 @@ "build:dev": "NODE_ENV=development node build.mjs --dev && NODE_OPTIONS=--enable-source-maps node dist/cli-dev.js", "release:readme": "cp ../README.md ./README.md", "release:version": "codex -a full-auto 'update the CLI_VERSION in codex-cli/src/utils/session.ts and the version in package.json to use the current timestamp (YYMMDDHHmm format)'", - "release": "npm run release:readme && npm run release:version && npm run build && npm publish", + "release:build-and-publish": "npm run build && npm publish", + "release": "npm run release:readme && npm run release:version && npm run release:build-and-publish", "prepare": "husky", "pre-commit": "lint-staged" }, diff --git a/codex-cli/src/utils/session.ts b/codex-cli/src/utils/session.ts index bf25d9ec..6187cb2e 100644 --- a/codex-cli/src/utils/session.ts +++ b/codex-cli/src/utils/session.ts @@ -1,4 +1,4 @@ -export const CLI_VERSION = "0.1.2504161510"; // Must be in sync with package.json. +export const CLI_VERSION = "0.1.2504161551"; // Must be in sync with package.json. export const ORIGIN = "codex_cli_ts"; export type TerminalChatSession = {