Skip to content

Commit 585d6c4

Browse files
chore(main): release 1.1.5 (#33)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6aa7bcb commit 585d6c4

File tree

5 files changed

+35
-8
lines changed

5 files changed

+35
-8
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.5](https://github.com/pattern-zones-co/koine/compare/v1.1.4...v1.1.5) (2025-12-25)
4+
5+
6+
### Documentation
7+
8+
* add SDK examples for TypeScript client ([#32](https://github.com/pattern-zones-co/koine/issues/32)) ([6aa7bcb](https://github.com/pattern-zones-co/koine/commit/6aa7bcbb802d348ccb157bebc3ac9fb5d6edaa56))
9+
310
## [1.1.4](https://github.com/pattern-zones-co/koine/compare/v1.1.3...v1.1.4) (2025-12-25)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koine",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": true,
55
"type": "module",
66
"description": "Koine - HTTP gateway and SDK for Claude Code CLI",

packages/gateway/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternzones/koine",
33
"private": true,
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"description": "HTTP gateway service for Claude Code CLI",
66
"repository": {
77
"type": "git",
@@ -49,7 +49,17 @@
4949
"node": "22.21.1",
5050
"bun": "1.3.3"
5151
},
52-
"keywords": ["claude", "claude-code", "anthropic", "ai", "gateway", "api"],
52+
"keywords": [
53+
"claude",
54+
"claude-code",
55+
"anthropic",
56+
"ai",
57+
"gateway",
58+
"api"
59+
],
5360
"license": "SEE LICENSE IN LICENSE",
54-
"files": ["dist", "README.md"]
61+
"files": [
62+
"dist",
63+
"README.md"
64+
]
5565
}

packages/sdks/typescript/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternzones/koine-sdk",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "TypeScript SDK for Koine gateway",
55
"repository": {
66
"type": "git",
@@ -42,7 +42,17 @@
4242
"node": "22.21.1",
4343
"bun": "1.3.3"
4444
},
45-
"keywords": ["claude", "claude-code", "anthropic", "ai", "sdk", "gateway"],
45+
"keywords": [
46+
"claude",
47+
"claude-code",
48+
"anthropic",
49+
"ai",
50+
"sdk",
51+
"gateway"
52+
],
4653
"license": "SEE LICENSE IN LICENSE",
47-
"files": ["dist", "README.md"]
54+
"files": [
55+
"dist",
56+
"README.md"
57+
]
4858
}

0 commit comments

Comments
 (0)