Skip to content

Commit 8744617

Browse files
committed
v2.3.0
1 parent 39ee168 commit 8744617

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
1515
[#xxx]: https://github.com/osmlab/osm-auth/issues/xxx
1616
-->
1717

18+
## 2.3.0
19+
##### 2023-Oct-24
20+
* Add `apiUrl` property to support connecting to OSM API at `api.openstreetmap.org` ([#123], [operations#951])
21+
* Fix popup on Safari when accessing WebCryptoAPI ([#121], [#122], thanks [@tyrasd])
22+
* Fix double wrapping of `Error` object returned from authenticate ([0f48eb88])
23+
24+
[#121]: https://github.com/osmlab/osm-auth/issues/121
25+
[#122]: https://github.com/osmlab/osm-auth/issues/122
26+
[#123]: https://github.com/osmlab/osm-auth/issues/123
27+
[operations#951]: https://github.com/openstreetmap/operations/issues/951
28+
[0f48eb88]: https://github.com/osmlab/osm-auth/commit/0f48eb88293e2d9edcc7e668fd31c68681f0aa77
29+
[@tyrasd]: https://github.com/tyrasd
30+
31+
1832
## 2.2.0
1933
##### 2023-Jul-12
2034
* Make the fetch wrapper more compatible with fetch ([#117], [#118])

0 commit comments

Comments
 (0)