Skip to content

Commit

Permalink
Merge pull request #104 from OneBusAway/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--changes--next--components--onebusaway-sdk

release: 0.1.0-alpha.23
  • Loading branch information
Ahmedhossamdev authored Jul 10, 2024
2 parents 704d4fd + d13eac6 commit c1c60c9
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.22"
".": "0.1.0-alpha.23"
}
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.23 (2024-07-10)

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

### Features

* chore(examples): update baseURL ([61b04b7](https://github.com/OneBusAway/js-sdk/commit/61b04b7c5582d830a9f5d1f453385634db6e8b2f))
* chore(examples): update stops-for-location example code ([61f52b7](https://github.com/OneBusAway/js-sdk/commit/61f52b721c34396e4cd7a3bfc03cc3bd40a0154b))

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

Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/OneBusAway/js-sdk/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)
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.22",
"version": "0.1.0-alpha.23",
"description": "The official TypeScript library for the Onebusaway SDK API",
"author": "Onebusaway SDK <info@onebusaway.org>",
"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.22'; // x-release-please-version
export const VERSION = '0.1.0-alpha.23'; // x-release-please-version

0 comments on commit c1c60c9

Please sign in to comment.