Skip to content

Commit a39ef67

Browse files
chore(main): release 1.6.0
1 parent 121a304 commit a39ef67

4 files changed

Lines changed: 21 additions & 4 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.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/hasadna/open-bus-map-search/compare/v1.5.0...v1.6.0) (2026-07-02)
4+
5+
6+
### Features
7+
8+
* add gps coverage chart ([#1678](https://github.com/hasadna/open-bus-map-search/issues/1678)) ([88f0f1a](https://github.com/hasadna/open-bus-map-search/commit/88f0f1aeb594fb4bb35b005f40e147efb6fe0c4d))
9+
* Add per-page persistent state ([#1578](https://github.com/hasadna/open-bus-map-search/issues/1578)) ([e343db6](https://github.com/hasadna/open-bus-map-search/commit/e343db67c5981e565b7d003405ed5795c25b5d8a))
10+
* add vehicle page ([#1670](https://github.com/hasadna/open-bus-map-search/issues/1670)) ([8dae1a9](https://github.com/hasadna/open-bus-map-search/commit/8dae1a98f385eb31ba51ac9fa3952e5f75059a84))
11+
* Group routes by line number in operator page ([#1601](https://github.com/hasadna/open-bus-map-search/issues/1601)) ([9f9470c](https://github.com/hasadna/open-bus-map-search/commit/9f9470c6b67aa82aab1fa334683a36a425cc9199))
12+
13+
14+
### Bug Fixes
15+
16+
* **ci:** drop Safari visual envs and add concurrency group ([#1684](https://github.com/hasadna/open-bus-map-search/issues/1684)) ([c85d2b3](https://github.com/hasadna/open-bus-map-search/commit/c85d2b31e4c05dda9409e0af39f66ea00490835e))
17+
* show all vehicles details making the same ride ([#1687](https://github.com/hasadna/open-bus-map-search/issues/1687)) ([f0a2141](https://github.com/hasadna/open-bus-map-search/commit/f0a2141a2dc723a8ee1b528bfb397287c873f556))
18+
* singleLineMap support multiple vehicles ([#1571](https://github.com/hasadna/open-bus-map-search/issues/1571)) ([973b330](https://github.com/hasadna/open-bus-map-search/commit/973b330e4767832fe229241192728b51073155a4))
19+
320
## [1.5.0](https://github.com/hasadna/open-bus-map-search/compare/v1.4.0...v1.5.0) (2026-06-12)
421

522

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": "open-bus-map-search",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"private": true,
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)