Skip to content

Commit 2fc700a

Browse files
release: 1.11.4 (#115)
* chore: update @stainless-api/prism-cli to v5.15.0 * release: 1.11.4 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 5498d97 commit 2fc700a

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
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-
".": "1.11.3"
2+
".": "1.11.4"
33
}

CHANGELOG.md

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

3+
## 1.11.4 (2025-08-09)
4+
5+
Full Changelog: [v1.11.3...v1.11.4](https://github.com/knocklabs/knock-node/compare/v1.11.3...v1.11.4)
6+
7+
### Chores
8+
9+
* update @stainless-api/prism-cli to v5.15.0 ([84cb94c](https://github.com/knocklabs/knock-node/commit/84cb94c8f0480fea39e58019e7ce958c98d71e99))
10+
311
## 1.11.3 (2025-08-07)
412

513
Full Changelog: [v1.11.2...v1.11.3](https://github.com/knocklabs/knock-node/compare/v1.11.2...v1.11.3)

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.11.3",
3+
"version": "1.11.4",
44
"description": "The official TypeScript library for the Knock API",
55
"author": "Knock <[email protected]>",
66
"types": "dist/index.d.ts",

scripts/mock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "==> Starting mock server with URL ${URL}"
2121

2222
# Run prism mock on the given spec
2323
if [ "$1" == "--daemon" ]; then
24-
npm exec --package=@stainless-api/prism-cli@5.8.5 -- prism mock "$URL" &> .prism.log &
24+
npm exec --package=@stainless-api/prism-cli@5.15.0 -- prism mock "$URL" &> .prism.log &
2525

2626
# Wait for server to come online
2727
echo -n "Waiting for server"
@@ -37,5 +37,5 @@ if [ "$1" == "--daemon" ]; then
3737

3838
echo
3939
else
40-
npm exec --package=@stainless-api/prism-cli@5.8.5 -- prism mock "$URL"
40+
npm exec --package=@stainless-api/prism-cli@5.15.0 -- prism mock "$URL"
4141
fi

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.11.3'; // x-release-please-version
1+
export const VERSION = '1.11.4'; // x-release-please-version

0 commit comments

Comments
 (0)