Skip to content

Commit 567e806

Browse files
authored
Merge pull request #135 from kernel/release-please--branches--main--changes--next--components--sdk
release: 0.72.0
2 parents 059e875 + 1206be9 commit 567e806

4 files changed

Lines changed: 15 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.71.1"
2+
".": "0.72.0"
33
}

CHANGELOG.md

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

3+
## 0.72.0 (2026-06-26)
4+
5+
Full Changelog: [v0.71.1...v0.72.0](https://github.com/kernel/kernel-node-sdk/compare/v0.71.1...v0.72.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* 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.
10+
11+
### Chores
12+
13+
* re-release browser pool profile change as 0.72.0 ([3efca49](https://github.com/kernel/kernel-node-sdk/commit/3efca4930b67cb8460bc8c3880cc38fa8d026309))
14+
315
## 0.71.1 (2026-06-26)
416

517
Full Changelog: [v0.71.0...v0.71.1](https://github.com/kernel/kernel-node-sdk/compare/v0.71.0...v0.71.1)

package.json

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

0 commit comments

Comments
 (0)