Skip to content

Commit 8b8f3bd

Browse files
release: 1.8.0
1 parent bd48006 commit 8b8f3bd

File tree

5 files changed

+26
-5
lines changed

5 files changed

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

CHANGELOG.md

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

3+
## 1.8.0 (2025-03-22)
4+
5+
Full Changelog: [v1.7.3...v1.8.0](https://github.com/OneBusAway/js-sdk/compare/v1.7.3...v1.8.0)
6+
7+
### Features
8+
9+
* add SKIP_BREW env var to ./scripts/bootstrap ([#318](https://github.com/OneBusAway/js-sdk/issues/318)) ([a01f726](https://github.com/OneBusAway/js-sdk/commit/a01f726677a32765bf0c9e900e96bf3964db7c1b))
10+
* **client:** accept RFC6838 JSON content types ([#320](https://github.com/OneBusAway/js-sdk/issues/320)) ([c3ab30c](https://github.com/OneBusAway/js-sdk/commit/c3ab30ce2750366423adcffde024c3a69f42410d))
11+
12+
13+
### Bug Fixes
14+
15+
* avoid type error in certain environments ([#324](https://github.com/OneBusAway/js-sdk/issues/324)) ([bdee18e](https://github.com/OneBusAway/js-sdk/commit/bdee18ebf5ee7581cfc88c39aa38bac609e12779))
16+
17+
18+
### Chores
19+
20+
* **exports:** cleaner resource index imports ([#322](https://github.com/OneBusAway/js-sdk/issues/322)) ([30f9c5d](https://github.com/OneBusAway/js-sdk/commit/30f9c5d9d1c15cb848f7fbad6e2540ad7bcbabfc))
21+
* **exports:** stop using path fallbacks ([#323](https://github.com/OneBusAway/js-sdk/issues/323)) ([875ea2e](https://github.com/OneBusAway/js-sdk/commit/875ea2eca7c4308c1d3ba9f028195ca14bf0ada1))
22+
* **internal:** remove extra empty newlines ([#321](https://github.com/OneBusAway/js-sdk/issues/321)) ([1050d0a](https://github.com/OneBusAway/js-sdk/commit/1050d0a5a8cad6a90ce9b0b6db87de820b305696))
23+
324
## 1.7.3 (2025-03-01)
425

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

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

0 commit comments

Comments
 (0)