Skip to content

Commit 0160f45

Browse files
release: 1.11.5 (#116)
* chore(internal): update comment in script * release: 1.11.5 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 2fc700a commit 0160f45

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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.4"
2+
".": "1.11.5"
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.5 (2025-08-11)
4+
5+
Full Changelog: [v1.11.4...v1.11.5](https://github.com/knocklabs/knock-node/compare/v1.11.4...v1.11.5)
6+
7+
### Chores
8+
9+
* **internal:** update comment in script ([abf094c](https://github.com/knocklabs/knock-node/commit/abf094c3da35438c2b45e1abf36b72e305f0d977))
10+
311
## 1.11.4 (2025-08-09)
412

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

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

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ elif ! prism_is_running ; then
4343
echo -e "To run the server, pass in the path or url of your OpenAPI"
4444
echo -e "spec to the prism command:"
4545
echo
46-
echo -e " \$ ${YELLOW}npm exec --package=@stoplight/prism-cli@~5.3.2 -- prism mock path/to/your.openapi.yml${NC}"
46+
echo -e " \$ ${YELLOW}npm exec --package=@stainless-api/prism-cli@5.15.0 -- prism mock path/to/your.openapi.yml${NC}"
4747
echo
4848

4949
exit 1

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.4'; // x-release-please-version
1+
export const VERSION = '1.11.5'; // x-release-please-version

0 commit comments

Comments
 (0)