Skip to content

Commit db44d85

Browse files
release: 1.71.6
1 parent e2feb58 commit db44d85

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.5"
2+
".": "1.71.6"
33
}

CHANGELOG.md

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

3+
## 1.71.6 (2025-04-10)
4+
5+
Full Changelog: [v1.71.5...v1.71.6](https://github.com/julep-ai/node-sdk/compare/v1.71.5...v1.71.6)
6+
7+
### Chores
8+
9+
* **internal:** upload builds and expand CI branch coverage ([e2feb58](https://github.com/julep-ai/node-sdk/commit/e2feb58cee28f5f313cae78a4d995fc28153ff26))
10+
311
## 1.71.5 (2025-04-05)
412

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

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.5",
3+
"version": "1.71.6",
44
"description": "The official TypeScript library for the Julep API",
55
"author": "Julep <[email protected]>",
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.5'; // x-release-please-version
1+
export const VERSION = '1.71.6'; // x-release-please-version

0 commit comments

Comments
 (0)