Skip to content

Commit b429ddd

Browse files
Merge pull request #33 from OneBusAway/release-please--branches--main--changes--next--components--onebusaway-sdk
release: 0.1.0-alpha.6
2 parents c27ca10 + 0f73486 commit b429ddd

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.5"
2+
".": "0.1.0-alpha.6"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.1.0-alpha.6 (2024-06-25)
4+
5+
Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/OneBusAway/js-sdk/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([#32](https://github.com/OneBusAway/js-sdk/issues/32)) ([27eaf00](https://github.com/OneBusAway/js-sdk/commit/27eaf00b3188f62dc6835cd70850186f87427c82))
10+
11+
12+
### Chores
13+
14+
* update SDK settings ([#34](https://github.com/OneBusAway/js-sdk/issues/34)) ([e2fd371](https://github.com/OneBusAway/js-sdk/commit/e2fd3718080705361dcc51f2dd7708ead731749d))
15+
316
## 0.1.0-alpha.5 (2024-06-24)
417

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onebusaway-sdk",
3-
"version": "0.1.0-alpha.5",
3+
"version": "0.1.0-alpha.6",
44
"description": "The official TypeScript library for the Onebusaway SDK API",
55
"author": "Onebusaway SDK <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.0-alpha.5'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.6'; // x-release-please-version

0 commit comments

Comments
 (0)