Skip to content

Commit 75e3eb8

Browse files
Merge pull request #386 from OneBusAway/release-please--branches--main--changes--next--components--onebusaway-sdk
release: 1.18.0
2 parents 026d132 + 64e96ce commit 75e3eb8

7 files changed

Lines changed: 16 additions & 8 deletions

File tree

.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.17.0"
2+
".": "1.18.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 30
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-5f69b2b288261c7adfd9acb065dce897caf8782aff1687efe38ba52541ef7b96.yml
3-
openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-e8511c379642404d73fd2ff068f81d845054108160ccd58343021bbd0b444a37.yml
3+
openapi_spec_hash: b8824d511c16ed314dc7cee996f4fd97
44
config_hash: c28ddf5b7754155603d9fd1c5fcaeeff

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.18.0 (2026-07-09)
4+
5+
Full Changelog: [v1.17.0...v1.18.0](https://github.com/OneBusAway/js-sdk/compare/v1.17.0...v1.18.0)
6+
7+
### Features
8+
9+
* **api:** api update ([423656b](https://github.com/OneBusAway/js-sdk/commit/423656b8c2cafed45dc4ff8e9b2730a3e7a42f7c))
10+
311
## 1.17.0 (2026-06-01)
412

513
Full Changelog: [v1.16.0...v1.17.0](https://github.com/OneBusAway/js-sdk/compare/v1.16.0...v1.17.0)

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.17.0",
3+
"version": "1.18.0",
44
"description": "The official TypeScript library for the Onebusaway SDK API",
55
"author": "Onebusaway SDK <info@onebusaway.org>",
66
"types": "dist/index.d.ts",

src/resources/trips-for-location.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export interface TripsForLocationListParams {
293293

294294
/**
295295
* Whether to include full trip elements in the references section. Defaults to
296-
* false.
296+
* true.
297297
*/
298298
includeTrip?: boolean;
299299

src/version.ts

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

0 commit comments

Comments
 (0)