Skip to content

Commit 3862cc0

Browse files
release: 0.1.0
1 parent 4358463 commit 3862cc0

4 files changed

Lines changed: 23 additions & 3 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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-05-01)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/cossistantcom/cossistant-typescript/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* support setting headers via env ([102db66](https://github.com/cossistantcom/cossistant-typescript/commit/102db66ce4341fca154436bfcde58f852bb3d81d))
10+
11+
12+
### Chores
13+
14+
* **ci:** skip lint on metadata-only changes ([931d225](https://github.com/cossistantcom/cossistant-typescript/commit/931d225af0dd66e2acc341f382ea5580f65c5697))
15+
* **format:** run eslint and prettier separately ([1139794](https://github.com/cossistantcom/cossistant-typescript/commit/11397940592836c54b0556f3e74c15275b53d131))
16+
* **formatter:** run prettier and eslint separately ([dbfc894](https://github.com/cossistantcom/cossistant-typescript/commit/dbfc894689ce63c605e2650f72412ddf8cb0c886))
17+
* **internal:** codegen related update ([3c55357](https://github.com/cossistantcom/cossistant-typescript/commit/3c553576f279b5b6470be3c89d5a26afe999e39e))
18+
* **internal:** codegen related update ([4b96c7d](https://github.com/cossistantcom/cossistant-typescript/commit/4b96c7dd9cf0080171a96defec6c2a817871c60d))
19+
* **internal:** more robust bootstrap script ([7c3294b](https://github.com/cossistantcom/cossistant-typescript/commit/7c3294b190164bb91f555f0e5407a73b79d44f62))
20+
* update SDK settings ([8f90213](https://github.com/cossistantcom/cossistant-typescript/commit/8f90213a6b891c9848753b078aaf3a010e4c8bfc))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cossistant",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "The official TypeScript library for the Cossistant API",
55
"author": "Cossistant <>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.0.1'; // x-release-please-version
1+
export const VERSION = '0.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)