Skip to content

Commit 11f84c0

Browse files
committed
v2.6.0
1 parent 770f0d5 commit 11f84c0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ _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.6.0
19+
##### 2025-Jan-17
20+
* Trigger error if popup is closed prematurely ([#135], thanks [@tyrasd])
21+
* First-class support for switching users ([#136], thanks [@k-yle])
22+
23+
[#135]: https://github.com/osmlab/osm-auth/issues/135
24+
[#136]: https://github.com/osmlab/osm-auth/issues/136
25+
26+
1827
## 2.5.0
1928
##### 2024-Apr-26
2029
* Remove any extra quotes that were stored with legacy tokens ([#129])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osm-auth",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"license": "ISC",
55
"repository": "github:osmlab/osm-auth",
66
"description": "A usable example of JavaScript OAuth 2.0 with OpenStreetMap",

0 commit comments

Comments
 (0)