Skip to content

Commit 11e987a

Browse files
Merge pull request #349 from OneBusAway/release-please--branches--main--changes--next--components--onebusaway-sdk
release: 1.10.5
2 parents cc74bc2 + 2412910 commit 11e987a

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-8
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.10.4"
2+
".": "1.10.5"
33
}

CHANGELOG.md

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

3+
## 1.10.5 (2025-08-09)
4+
5+
Full Changelog: [v1.10.4...v1.10.5](https://github.com/OneBusAway/js-sdk/compare/v1.10.4...v1.10.5)
6+
7+
### Chores
8+
9+
* **internal:** update comment in script ([2ce48c7](https://github.com/OneBusAway/js-sdk/commit/2ce48c7457c0c4f4cafa92abd40a77cbb375e8c8))
10+
* update @stainless-api/prism-cli to v5.15.0 ([144b2c6](https://github.com/OneBusAway/js-sdk/commit/144b2c62325d4960730fd547a085ea054e8de821))
11+
312
## 1.10.4 (2025-08-07)
413

514
Full Changelog: [v1.10.3...v1.10.4](https://github.com/OneBusAway/js-sdk/compare/v1.10.3...v1.10.4)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onebusaway-sdk",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"description": "The official TypeScript library for the Onebusaway SDK API",
55
"author": "Onebusaway SDK <[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

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

0 commit comments

Comments
 (0)