Skip to content

Commit 01643dc

Browse files
chore(main): release 0.1.1
1 parent 3180b52 commit 01643dc

4 files changed

Lines changed: 21 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.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.1](https://github.com/cometapi-dev/cometapi-node/compare/v0.1.0...v0.1.1) (2026-07-29)
7+
8+
9+
### Bug Fixes
10+
11+
* enforce options boundary and patch release flow ([91ce99c](https://github.com/cometapi-dev/cometapi-node/commit/91ce99ca4f50e9b9f51f992eab8f3e1ab8bf0d36))
12+
* enforce options boundary and patch release flow ([abf21ba](https://github.com/cometapi-dev/cometapi-node/commit/abf21ba9954c7ca08e7c4c1824ecb4e33c56072e))
13+
* finalize Release Please patch state ([3180b52](https://github.com/cometapi-dev/cometapi-node/commit/3180b52794e1eb92bbc4dd54e76e087c61c24ea1))
14+
* finalize Release Please patch state ([453135e](https://github.com/cometapi-dev/cometapi-node/commit/453135e45e81541b1da998d5abc87240f1f51880))
15+
* harden options and Release Please patch flow ([5b03072](https://github.com/cometapi-dev/cometapi-node/commit/5b0307238ce9148082557d5cad5f7e6c220166ee))
16+
* harden Release Please patch releases ([a33c128](https://github.com/cometapi-dev/cometapi-node/commit/a33c128fa60c58fdcbbc6562d4ad5c1112aaba72))
17+
* match Release Please root title ([0963e0e](https://github.com/cometapi-dev/cometapi-node/commit/0963e0eeed47a10f4a76b32c108911a8de2f0d01))
18+
* match Release Please root title ([300ffac](https://github.com/cometapi-dev/cometapi-node/commit/300ffac2ec5c891820bd824385c49f1d232ed428))
19+
* recover exact Release Please runs ([4ffee49](https://github.com/cometapi-dev/cometapi-node/commit/4ffee49fb78bb9661c6e30dab72451951cbf7a7a))
20+
* require refreshed release candidate ([ab5aa26](https://github.com/cometapi-dev/cometapi-node/commit/ab5aa26d997e9653ef5c860cf7968d443caba53e))
21+
* snapshot supported client options once ([6ee0fdf](https://github.com/cometapi-dev/cometapi-node/commit/6ee0fdfdbd9062f60fc3784fef3dbfe6162464fb))
22+
623
## [0.1.0](https://github.com/cometapi-dev/cometapi-node/compare/v0.1.0-alpha.3...v0.1.0) (2026-07-28)
724

825
### Bug Fixes

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.0",
3+
"version": "0.1.1",
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)