Skip to content

Commit

Permalink
release: 0.1.0-alpha.26
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jul 27, 2024
1 parent f14a152 commit cec7af1
Show file tree
Hide file tree
Showing 5 changed files with 25 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.25"
".": "0.1.0-alpha.26"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.1.0-alpha.26 (2024-07-27)

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

### Features

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


### Bug Fixes

* **compat:** remove ReadableStream polyfill redundant since node v16 ([#119](https://github.com/OneBusAway/js-sdk/issues/119)) ([703a920](https://github.com/OneBusAway/js-sdk/commit/703a9207aaa58b81d881f1ef40e8e3324c0c4fce))


### Chores

* **docs:** fix incorrect client var names ([#120](https://github.com/OneBusAway/js-sdk/issues/120)) ([f14a152](https://github.com/OneBusAway/js-sdk/commit/f14a15233b4887bf8e7c7f1a6cf63a7d6c8432ac))
* **internal:** refactor release doctor script ([#117](https://github.com/OneBusAway/js-sdk/issues/117)) ([2b556d7](https://github.com/OneBusAway/js-sdk/commit/2b556d77467436460577539184883d45faadb30f))
* **tests:** update prism version ([#118](https://github.com/OneBusAway/js-sdk/issues/118)) ([a108862](https://github.com/OneBusAway/js-sdk/commit/a1088622cebf6b1731425c554839c244b1ae92d6))

## 0.1.0-alpha.25 (2024-07-22)

Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/OneBusAway/js-sdk/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
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.25",
"version": "0.1.0-alpha.26",
"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.25'; // x-release-please-version
export const VERSION = '0.1.0-alpha.26'; // x-release-please-version

0 comments on commit cec7af1

Please sign in to comment.