Skip to content

Commit f0d7cf5

Browse files
release: 0.11.1
1 parent 6e1c564 commit f0d7cf5

4 files changed

Lines changed: 21 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.11.1 (2026-02-27)
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+
### Bug Fixes
8+
9+
* **docs/contributing:** correct pnpm link command ([193076b](https://github.com/ContextualAI/contextual-client-node/commit/193076b45501a9b428ea98c25a5e3265bd3f730e))
10+
11+
12+
### Chores
13+
14+
* **ci:** upgrade `actions/github-script` ([8b4191f](https://github.com/ContextualAI/contextual-client-node/commit/8b4191f69d28f415a6f904ae97f046466ce87b4f))
15+
* **client:** do not parse responses with empty content-length ([1e472ad](https://github.com/ContextualAI/contextual-client-node/commit/1e472ad963cb097b2641aa680fcee5eb8b31c9a8))
16+
* **internal:** move stringifyQuery implementation to internal function ([6e1c564](https://github.com/ContextualAI/contextual-client-node/commit/6e1c564f4ecafba59bb016bec0315ff5efd7dd05))
17+
* **internal:** update `actions/checkout` version ([4956c34](https://github.com/ContextualAI/contextual-client-node/commit/4956c3404ec39514e420e40a5b2761d027d7add4))
18+
* **internal:** upgrade babel, qs, js-yaml ([105be1e](https://github.com/ContextualAI/contextual-client-node/commit/105be1e876017babe277122c898b4c0d9f89810f))
19+
* update mock server docs ([7f118be](https://github.com/ContextualAI/contextual-client-node/commit/7f118bebaedc0758ec29022ee051e2d9627212d9))
20+
321
## 0.11.0 (2026-01-13)
422

523
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)