Skip to content

Commit

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

## 0.1.0-alpha.29 (2024-07-29)

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

### Features

* **api:** OpenAPI spec update via Stainless API ([#130](https://github.com/OneBusAway/js-sdk/issues/130)) ([eee707b](https://github.com/OneBusAway/js-sdk/commit/eee707b04492e82eb9234d619719d87c97a37fdd))
* **api:** OpenAPI spec update via Stainless API ([#132](https://github.com/OneBusAway/js-sdk/issues/132)) ([5a9fdcd](https://github.com/OneBusAway/js-sdk/commit/5a9fdcd5328fa4b5cc85bf0dc9c35624a3adf713))

## 0.1.0-alpha.28 (2024-07-28)

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

0 comments on commit 44cfb7d

Please sign in to comment.