Skip to content

Commit b5fba41

Browse files
release: 0.23.0
1 parent 00f4aeb commit b5fba41

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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-
".": "0.22.0"
2+
".": "0.23.0"
33
}

CHANGELOG.md

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

3+
## 0.23.0 (2026-03-18)
4+
5+
Full Changelog: [v0.22.0...v0.23.0](https://github.com/knocklabs/knock-mgmt-node/compare/v0.22.0...v0.23.0)
6+
7+
### Features
8+
9+
* **api:** api update ([00f4aeb](https://github.com/knocklabs/knock-mgmt-node/commit/00f4aebd0a673b209f8357ea93d2769bb4a94b3f))
10+
11+
12+
### Chores
13+
14+
* **internal:** tweak CI branches ([d8d4737](https://github.com/knocklabs/knock-mgmt-node/commit/d8d473758002352ea3aa8f35cfa2b7cc0a0f140e))
15+
316
## 0.22.0 (2026-03-12)
417

518
Full Changelog: [v0.21.0...v0.22.0](https://github.com/knocklabs/knock-mgmt-node/compare/v0.21.0...v0.22.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.22.0",
3+
"version": "0.23.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.22.0'; // x-release-please-version
1+
export const VERSION = '0.23.0'; // x-release-please-version

0 commit comments

Comments
 (0)