Skip to content

Commit 11d0370

Browse files
release: 1.9.3
1 parent 4904f35 commit 11d0370

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-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.2"
2+
".": "1.9.3"
33
}

CHANGELOG.md

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

3+
## 1.9.3 (2025-06-14)
4+
5+
Full Changelog: [v1.9.2...v1.9.3](https://github.com/OneBusAway/js-sdk/compare/v1.9.2...v1.9.3)
6+
7+
### Bug Fixes
8+
9+
* publish script — handle NPM errors correctly ([170a3dd](https://github.com/OneBusAway/js-sdk/commit/170a3ddbb49d34dc23479e7187953acf81e35843))
10+
11+
12+
### Chores
13+
14+
* **internal:** make base APIResource abstract ([9c94aa1](https://github.com/OneBusAway/js-sdk/commit/9c94aa131540e803b108736bf06d0eb22f4c4d65))
15+
316
## 1.9.2 (2025-06-04)
417

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

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.2",
3+
"version": "1.9.3",
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.2'; // x-release-please-version
1+
export const VERSION = '1.9.3'; // x-release-please-version

0 commit comments

Comments
 (0)