File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.11.4 "
2
+ "." : " 1.11.5 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 1.11.4 (2025-08-09)
4
12
5
13
Full Changelog: [ v1.11.3...v1.11.4] ( https://github.com/knocklabs/knock-node/compare/v1.11.3...v1.11.4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @knocklabs/node" ,
3
- "version" : " 1.11.4 " ,
3
+ "version" : " 1.11.5 " ,
4
4
"description" : " The official TypeScript library for the Knock API" ,
5
5
"author" :
" Knock <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ elif ! prism_is_running ; then
43
43
echo -e " To run the server, pass in the path or url of your OpenAPI"
44
44
echo -e " spec to the prism command:"
45
45
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} "
47
47
echo
48
48
49
49
exit 1
Original file line number Diff line number Diff line change 1
- export const VERSION = '1.11.4 ' ; // x-release-please-version
1
+ export const VERSION = '1.11.5 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments