Skip to content

Commit 2cb8578

Browse files
release: 1.10.0
1 parent 70febb6 commit 2cb8578

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-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.9.3"
2+
".": "1.10.0"
33
}

CHANGELOG.md

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

3+
## 1.10.0 (2025-07-03)
4+
5+
Full Changelog: [v1.9.3...v1.10.0](https://github.com/OneBusAway/js-sdk/compare/v1.9.3...v1.10.0)
6+
7+
### Features
8+
9+
* **client:** add support for endpoint-specific base URLs ([a810e63](https://github.com/OneBusAway/js-sdk/commit/a810e63562fa409c1cf0e64aa1dc2c05ddc231fe))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** release-doctor — report correct token name ([c6ba4d8](https://github.com/OneBusAway/js-sdk/commit/c6ba4d8d076d5e822c929b7edce87b214a73d9fe))
15+
16+
17+
### Chores
18+
19+
* **ci:** enable for pull requests ([f4d3b43](https://github.com/OneBusAway/js-sdk/commit/f4d3b4305c1feaf6e6f22b506d929e88f778cb5d))
20+
* **ci:** only run for pushes and fork pull requests ([af79c29](https://github.com/OneBusAway/js-sdk/commit/af79c290abbf16b4d850e7fd4b38143bfb9199bf))
21+
* mention unit type in timeout docs ([b650d71](https://github.com/OneBusAway/js-sdk/commit/b650d719ebe8d57b29cf091138f3c63c44c6c7ae))
22+
323
## 1.9.3 (2025-06-14)
424

525
Full Changelog: [v1.9.2...v1.9.3](https://github.com/OneBusAway/js-sdk/compare/v1.9.2...v1.9.3)

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

src/version.ts

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

0 commit comments

Comments
 (0)