Skip to content

Commit ca8d23e

Browse files
Merge pull request #316 from OneBusAway/release-please--branches--main--changes--next--components--onebusaway-sdk
release: 1.7.3
2 parents d051377 + 0e96e2c commit ca8d23e

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-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.7.2"
2+
".": "1.7.3"
33
}

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.7.3 (2025-03-01)
4+
5+
Full Changelog: [v1.7.2...v1.7.3](https://github.com/OneBusAway/js-sdk/compare/v1.7.2...v1.7.3)
6+
7+
### Documentation
8+
9+
* update URLs from stainlessapi.com to stainless.com ([#315](https://github.com/OneBusAway/js-sdk/issues/315)) ([2b1ba71](https://github.com/OneBusAway/js-sdk/commit/2b1ba71389a807963af9a7eb4049620991403e42))
10+
311
## 1.7.2 (2025-02-22)
412

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This library provides convenient access to the Onebusaway SDK REST API from serv
66

77
The REST API documentation can be found on [developer.onebusaway.org](https://developer.onebusaway.org). The full API of this library can be found in [api.md](api.md).
88

9-
It is generated with [Stainless](https://www.stainlessapi.com/).
9+
It is generated with [Stainless](https://www.stainless.com/).
1010

1111
## Installation
1212

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Reporting Security Issues
44

5-
This SDK is generated by [Stainless Software Inc](http://stainlessapi.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.
5+
This SDK is generated by [Stainless Software Inc](http://stainless.com). Stainless takes security seriously, and encourages you to report any security vulnerability promptly so that appropriate action can be taken.
66

7-
To report a security issue, please contact the Stainless team at security@stainlessapi.com.
7+
To report a security issue, please contact the Stainless team at security@stainless.com.
88

99
## Responsible Disclosure
1010

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

0 commit comments

Comments
 (0)