From 1206be998d6ff8bc1cb750a9cca031b598f87913 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:42:51 +0000 Subject: [PATCH] release: 0.72.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d5dc773..9e002e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.71.1" + ".": "0.72.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b67a78..42e7daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.72.0 (2026-06-26) + +Full Changelog: [v0.71.1...v0.72.0](https://github.com/kernel/kernel-node-sdk/compare/v0.71.1...v0.72.0) + +### ⚠ BREAKING CHANGES + +* browser pool `profile` is now `BrowserPoolProfile` (id/name only); `save_changes` is no longer accepted on pool profiles. Wire-compatible for inline callers; typed callers must update. Sending `save_changes` on a pool used to return `400` and is now silently ignored. + +### Chores + +* re-release browser pool profile change as 0.72.0 ([3efca49](https://github.com/kernel/kernel-node-sdk/commit/3efca4930b67cb8460bc8c3880cc38fa8d026309)) + ## 0.71.1 (2026-06-26) Full Changelog: [v0.71.0...v0.71.1](https://github.com/kernel/kernel-node-sdk/compare/v0.71.0...v0.71.1) diff --git a/package.json b/package.json index 69fe8ab..7a90029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onkernel/sdk", - "version": "0.71.1", + "version": "0.72.0", "description": "The official TypeScript library for the Kernel API", "author": "Kernel <>", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index a7af286..73387f8 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.71.1'; // x-release-please-version +export const VERSION = '0.72.0'; // x-release-please-version