Skip to content

Commit bc75a2b

Browse files
release: 0.11.1
1 parent 1e472ad commit bc75a2b

4 files changed

Lines changed: 14 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.11.0"
2+
".": "0.11.1"
33
}

CHANGELOG.md

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

3+
## 0.11.1 (2026-02-03)
4+
5+
Full Changelog: [v0.11.0...v0.11.1](https://github.com/ContextualAI/contextual-client-node/compare/v0.11.0...v0.11.1)
6+
7+
### Chores
8+
9+
* **ci:** upgrade `actions/github-script` ([8b4191f](https://github.com/ContextualAI/contextual-client-node/commit/8b4191f69d28f415a6f904ae97f046466ce87b4f))
10+
* **client:** do not parse responses with empty content-length ([1e472ad](https://github.com/ContextualAI/contextual-client-node/commit/1e472ad963cb097b2641aa680fcee5eb8b31c9a8))
11+
* **internal:** update `actions/checkout` version ([4956c34](https://github.com/ContextualAI/contextual-client-node/commit/4956c3404ec39514e420e40a5b2761d027d7add4))
12+
* **internal:** upgrade babel, qs, js-yaml ([105be1e](https://github.com/ContextualAI/contextual-client-node/commit/105be1e876017babe277122c898b4c0d9f89810f))
13+
314
## 0.11.0 (2026-01-13)
415

516
Full Changelog: [v0.10.0...v0.11.0](https://github.com/ContextualAI/contextual-client-node/compare/v0.10.0...v0.11.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contextual-client",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "The official TypeScript library for the Contextual AI API",
55
"author": "Contextual AI <support@contextual.ai>",
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.11.0'; // x-release-please-version
1+
export const VERSION = '0.11.1'; // x-release-please-version

0 commit comments

Comments
 (0)