Skip to content

Commit 36130ff

Browse files
release: 1.71.5
1 parent 01f5aa2 commit 36130ff

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
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.71.4"
2+
".": "1.71.5"
33
}

CHANGELOG.md

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

3+
## 1.71.5 (2025-04-05)
4+
5+
Full Changelog: [v1.71.4...v1.71.5](https://github.com/julep-ai/node-sdk/compare/v1.71.4...v1.71.5)
6+
7+
### Bug Fixes
8+
9+
* **mcp:** remove unused tools.ts ([#286](https://github.com/julep-ai/node-sdk/issues/286)) ([42e26a9](https://github.com/julep-ai/node-sdk/commit/42e26a9e18a2a53c69308694ef391f2bb192af86))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([#285](https://github.com/julep-ai/node-sdk/issues/285)) ([260f2c5](https://github.com/julep-ai/node-sdk/commit/260f2c5ce25aa2f49375255aea814ab08279f4f6))
15+
* **internal:** improve index signature formatting ([#283](https://github.com/julep-ai/node-sdk/issues/283)) ([63900c6](https://github.com/julep-ai/node-sdk/commit/63900c6c079568def787b2f54002124a41db71c4))
16+
317
## 1.71.4 (2025-04-04)
418

519
Full Changelog: [v1.71.3...v1.71.4](https://github.com/julep-ai/node-sdk/compare/v1.71.3...v1.71.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@julep/sdk",
3-
"version": "1.71.4",
3+
"version": "1.71.5",
44
"description": "The official TypeScript library for the Julep API",
55
"author": "Julep <developers@julep.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 = '1.71.4'; // x-release-please-version
1+
export const VERSION = '1.71.5'; // x-release-please-version

0 commit comments

Comments
 (0)