bump(version): 0.1.2504161551 (#254)

Bump version

---------

Signed-off-by: Fouad Matin <fouad@openai.com>
Co-authored-by: Jon Church <me@jonchurch.com>
This commit is contained in:
Fouad Matin
2025-04-17 20:54:40 -07:00
committed by GitHub
parent 3e517201cd
commit 35d47a5ab4
3 changed files with 6 additions and 5 deletions

View File

@@ -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",

View File

@@ -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"
},

View File

@@ -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 = {