From 39894513ae2534d778a0a4b8bc2a978533bec40b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:37:49 +0000 Subject: [PATCH] chore(main): release 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6ddd8..90b3d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. The format follows Keep a Changelog, and versions follow Semantic Versioning. +## [0.1.3](https://github.com/cometapi-dev/cometapi-node/compare/v0.1.2...v0.1.3) (2026-07-31) + + +### Bug Fixes + +* enforce bounded publication replay ([05041c4](https://github.com/cometapi-dev/cometapi-node/commit/05041c4080a57814a3d2e90122185951b9b84404)) +* harden post-publication convergence ([d02b87d](https://github.com/cometapi-dev/cometapi-node/commit/d02b87da330d4b71d194f5c3a6df727b20dc9df3)) +* harden post-publication convergence ([c4b930d](https://github.com/cometapi-dev/cometapi-node/commit/c4b930d46cd2fa0b6e99da9887667624d1351858)) +* update examples to gpt-5.6-sol ([3809692](https://github.com/cometapi-dev/cometapi-node/commit/3809692d35e2d9f98ba3a209947c716d8e4307b7)) +* update examples to gpt-5.6-sol ([cae4c97](https://github.com/cometapi-dev/cometapi-node/commit/cae4c97a29221fd46aa798d93c0ed10b6e94cb7d)) + ## [0.1.2](https://github.com/cometapi-dev/cometapi-node/compare/v0.1.1...v0.1.2) (2026-07-31) diff --git a/package-lock.json b/package-lock.json index db4e2fa..a89a05c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cometapi", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cometapi", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "openai": "^6.47.0" diff --git a/package.json b/package.json index 95fca93..c194dbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cometapi", - "version": "0.1.2", + "version": "0.1.3", "description": "Official TypeScript and Node.js client for the CometAPI OpenAI-compatible API", "author": "CometAPI", "license": "MIT",