Skip to content

Commit 3989451

Browse files
chore(main): release 0.1.3
1 parent 3809692 commit 3989451

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file. The format
44
follows Keep a Changelog, and versions follow Semantic Versioning.
55

6+
## [0.1.3](https://github.com/cometapi-dev/cometapi-node/compare/v0.1.2...v0.1.3) (2026-07-31)
7+
8+
9+
### Bug Fixes
10+
11+
* enforce bounded publication replay ([05041c4](https://github.com/cometapi-dev/cometapi-node/commit/05041c4080a57814a3d2e90122185951b9b84404))
12+
* harden post-publication convergence ([d02b87d](https://github.com/cometapi-dev/cometapi-node/commit/d02b87da330d4b71d194f5c3a6df727b20dc9df3))
13+
* harden post-publication convergence ([c4b930d](https://github.com/cometapi-dev/cometapi-node/commit/c4b930d46cd2fa0b6e99da9887667624d1351858))
14+
* update examples to gpt-5.6-sol ([3809692](https://github.com/cometapi-dev/cometapi-node/commit/3809692d35e2d9f98ba3a209947c716d8e4307b7))
15+
* update examples to gpt-5.6-sol ([cae4c97](https://github.com/cometapi-dev/cometapi-node/commit/cae4c97a29221fd46aa798d93c0ed10b6e94cb7d))
16+
617
## [0.1.2](https://github.com/cometapi-dev/cometapi-node/compare/v0.1.1...v0.1.2) (2026-07-31)
718

819

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cometapi",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Official TypeScript and Node.js client for the CometAPI OpenAI-compatible API",
55
"author": "CometAPI",
66
"license": "MIT",

0 commit comments

Comments
 (0)