@knocklabs/node 1.33.0 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.34.0](https://github.com/knocklabs/knock-node/compare/v1.33.0...v1.34.0) (2026-07-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* set publish release settings ([3e7e186](https://github.com/knocklabs/knock-node/commit/3e7e186d20bc8a0f1db334c356e19051b6dfd31c))
|
|
9
|
+
* set up stlc automation workflows/actions ([4c7a639](https://github.com/knocklabs/knock-node/commit/4c7a63939bfafb356642bad26cea02d4a18226cd))
|
|
10
|
+
* update api spec to v0.1.1592 ([3e7d8f5](https://github.com/knocklabs/knock-node/commit/3e7d8f5d8524e69dc093fe576bc45113e7bb2f35))
|
|
11
|
+
* update api spec to v0.1.1593 ([0a3d4b9](https://github.com/knocklabs/knock-node/commit/0a3d4b991401240ab02df886b20b9c774a34f6fe))
|
|
12
|
+
* update api spec to v0.1.1594 ([c1941f2](https://github.com/knocklabs/knock-node/commit/c1941f2576c78dccf15637ea5d010f2fb5e9fff8))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Chores
|
|
16
|
+
|
|
17
|
+
* trivial test changes ([78c48a2](https://github.com/knocklabs/knock-node/commit/78c48a262635b55c1f568166f9c4b24d1dfc9999))
|
|
18
|
+
|
|
3
19
|
## 1.33.0 (2026-07-14)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v1.32.0...v1.33.0](https://github.com/knocklabs/knock-node/compare/v1.32.0...v1.33.0)
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.
|
|
1
|
+
export const VERSION = '1.34.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.34.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.34.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.
|
|
1
|
+
export const VERSION = '1.34.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|