Skip to content

Commit 11a8bc0

Browse files
release: 1.33.0
1 parent ec2ce1a commit 11a8bc0

4 files changed

Lines changed: 18 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-
".": "1.32.0"
2+
".": "1.33.0"
33
}

CHANGELOG.md

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

3+
## 1.33.0 (2026-05-27)
4+
5+
Full Changelog: [v1.32.0...v1.33.0](https://github.com/knocklabs/knock-node/compare/v1.32.0...v1.33.0)
6+
7+
### Features
8+
9+
* **api:** api update ([9dbfff2](https://github.com/knocklabs/knock-node/commit/9dbfff222da87c9398415efcf3c0387dc112f35d))
10+
* **api:** api update ([54c0d88](https://github.com/knocklabs/knock-node/commit/54c0d88e8238333ff5145177a722894baa3ee186))
11+
12+
13+
### Chores
14+
15+
* **formatter:** run prettier and eslint separately ([ec2ce1a](https://github.com/knocklabs/knock-node/commit/ec2ce1a53fe1b5b08ef6aedce33d3d80de4b27a4))
16+
* **formatter:** run prettier and eslint separately ([a4a2c96](https://github.com/knocklabs/knock-node/commit/a4a2c9668233333a46fd75dbc2f4f82af2492df5))
17+
318
## 1.32.0 (2026-04-22)
419

520
Full Changelog: [v1.31.1...v1.32.0](https://github.com/knocklabs/knock-node/compare/v1.31.1...v1.32.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/node",
3-
"version": "1.32.0",
3+
"version": "1.33.0",
44
"description": "The official TypeScript library for the Knock API",
55
"author": "Knock <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 = '1.32.0';// x-release-please-version
1+
export const VERSION = '1.33.0';// x-release-please-version

0 commit comments

Comments
 (0)