Skip to content

Commit f34da15

Browse files
release: 1.11.0
1 parent e3bcf5c commit f34da15

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 1.11.0 (2026-03-09)
4+
5+
Full Changelog: [v1.10.22...v1.11.0](https://github.com/OneBusAway/js-sdk/compare/v1.10.22...v1.11.0)
6+
7+
### Features
8+
9+
* **api:** api update ([e3bcf5c](https://github.com/OneBusAway/js-sdk/commit/e3bcf5caa895582160a8780973a8c440429286a8))
10+
* **api:** api update ([f8deb18](https://github.com/OneBusAway/js-sdk/commit/f8deb1831b1ecd95c15b76a326e0020a140cff40))
11+
312
## 1.10.22 (2026-03-07)
413

514
Full Changelog: [v1.10.21...v1.10.22](https://github.com/OneBusAway/js-sdk/compare/v1.10.21...v1.10.22)

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": "1.10.22",
3+
"version": "1.11.0",
44
"description": "The official TypeScript library for the Onebusaway SDK API",
55
"author": "Onebusaway SDK <info@onebusaway.org>",
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 = '1.10.22'; // x-release-please-version
1+
export const VERSION = '1.11.0'; // x-release-please-version

0 commit comments

Comments
 (0)