Skip to content

Commit

Permalink
release: 0.1.0-alpha.38
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Aug 10, 2024
1 parent b72989f commit d796421
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.37"
".": "0.1.0-alpha.38"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.1.0-alpha.38 (2024-08-10)

Full Changelog: [v0.1.0-alpha.37...v0.1.0-alpha.38](https://github.com/OneBusAway/js-sdk/compare/v0.1.0-alpha.37...v0.1.0-alpha.38)

### Features

* **api:** OpenAPI spec update via Stainless API ([#177](https://github.com/OneBusAway/js-sdk/issues/177)) ([0c8fae7](https://github.com/OneBusAway/js-sdk/commit/0c8fae71d7821a6801a110ea9898a81f6ef70ff0))


### Chores

* **ci:** bump prism mock server version ([#180](https://github.com/OneBusAway/js-sdk/issues/180)) ([b72989f](https://github.com/OneBusAway/js-sdk/commit/b72989f302ceac4da344e728d65e4b780d5dc1e0))
* **ci:** minor changes ([#179](https://github.com/OneBusAway/js-sdk/issues/179)) ([50ae404](https://github.com/OneBusAway/js-sdk/commit/50ae4049da86327c72b0e1a38acc63ce1b2e9b48))

## 0.1.0-alpha.37 (2024-08-08)

Full Changelog: [v0.1.0-alpha.36...v0.1.0-alpha.37](https://github.com/OneBusAway/js-sdk/compare/v0.1.0-alpha.36...v0.1.0-alpha.37)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onebusaway-sdk",
"version": "0.1.0-alpha.37",
"version": "0.1.0-alpha.38",
"description": "The official TypeScript library for the Onebusaway SDK API",
"author": "Onebusaway SDK <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.1.0-alpha.37'; // x-release-please-version
export const VERSION = '0.1.0-alpha.38'; // x-release-please-version

0 comments on commit d796421

Please sign in to comment.