Skip to content

Commit

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

## 0.1.0-alpha.21 (2024-07-04)

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

### Features

* **api:** update via SDK Studio ([#87](https://github.com/OneBusAway/js-sdk/issues/87)) ([5f00b20](https://github.com/OneBusAway/js-sdk/commit/5f00b20b95edefd8ab2ddc4a0ca877c8e0da1ce5))
* **api:** update via SDK Studio ([#89](https://github.com/OneBusAway/js-sdk/issues/89)) ([4220db4](https://github.com/OneBusAway/js-sdk/commit/4220db458064fda4867f4e28df1d036fab030977))
* **api:** update via SDK Studio ([#90](https://github.com/OneBusAway/js-sdk/issues/90)) ([4243c6e](https://github.com/OneBusAway/js-sdk/commit/4243c6e2afc920520e5acee3d5ff7455a39821c1))

## 0.1.0-alpha.20 (2024-06-29)

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

0 comments on commit 59211a6

Please sign in to comment.