Skip to content

Commit 7076bb3

Browse files
release: 1.8.1
1 parent e6dac6f commit 7076bb3

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-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-
".": "1.8.0"
2+
".": "1.8.1"
33
}

CHANGELOG.md

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

3+
## 1.8.1 (2025-03-28)
4+
5+
Full Changelog: [v1.8.0...v1.8.1](https://github.com/OneBusAway/js-sdk/compare/v1.8.0...v1.8.1)
6+
7+
### Bug Fixes
8+
9+
* **internal:** work around https://github.com/vercel/next.js/issues/76881 ([#326](https://github.com/OneBusAway/js-sdk/issues/326)) ([c9b09e8](https://github.com/OneBusAway/js-sdk/commit/c9b09e8812cbaa3007248affa258004713976197))
10+
311
## 1.8.0 (2025-03-22)
412

513
Full Changelog: [v1.7.3...v1.8.0](https://github.com/OneBusAway/js-sdk/compare/v1.7.3...v1.8.0)

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.8.0",
3+
"version": "1.8.1",
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 = '1.8.0'; // x-release-please-version
1+
export const VERSION = '1.8.1'; // x-release-please-version

0 commit comments

Comments
 (0)