Skip to content

Commit 36c3ce1

Browse files
release: 0.30.0
1 parent 0e360f7 commit 36c3ce1

4 files changed

Lines changed: 12 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.29.0"
2+
".": "0.30.0"
33
}

CHANGELOG.md

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

3+
## 0.30.0 (2026-06-04)
4+
5+
Full Changelog: [v0.29.0...v0.30.0](https://github.com/knocklabs/knock-mgmt-node/compare/v0.29.0...v0.30.0)
6+
7+
### Features
8+
9+
* **api:** api update ([0e360f7](https://github.com/knocklabs/knock-mgmt-node/commit/0e360f73785b32776857651577b7e10784e021c3))
10+
* **api:** api update ([c8e5b8d](https://github.com/knocklabs/knock-mgmt-node/commit/c8e5b8da56ab488fade174b0c0830e1234e67d07))
11+
312
## 0.29.0 (2026-06-03)
413

514
Full Changelog: [v0.28.0...v0.29.0](https://github.com/knocklabs/knock-mgmt-node/compare/v0.28.0...v0.29.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knocklabs/mgmt",
3-
"version": "0.29.0",
3+
"version": "0.30.0",
44
"description": "The official TypeScript library for the Knock Mgmt API",
55
"author": "Knock Mgmt <support@knock.app>",
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.29.0'; // x-release-please-version
1+
export const VERSION = '0.30.0'; // x-release-please-version

0 commit comments

Comments
 (0)