Skip to content

Commit 0a0db89

Browse files
chore(main): release 0.1.0
1 parent f5f6731 commit 0a0db89

4 files changed

Lines changed: 11 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-alpha.3"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.0](https://github.com/cometapi-dev/cometapi-node/compare/v0.1.0-alpha.3...v0.1.0) (2026-07-28)
7+
8+
9+
### Bug Fixes
10+
11+
* prepare 0.1.0 stable release ([#27](https://github.com/cometapi-dev/cometapi-node/issues/27)) ([f5f6731](https://github.com/cometapi-dev/cometapi-node/commit/f5f6731ba9a5bb0fbfdc1ed256c3e66e3c03ca96))
12+
613
## [Unreleased]
714

815
## [0.1.0-alpha.3] - 2026-07-27

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