Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jan 17, 2025
1 parent 770f0d5 commit 11f84c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
[#xxx]: https://github.com/osmlab/osm-auth/issues/xxx
-->

## 2.6.0
##### 2025-Jan-17
* Trigger error if popup is closed prematurely ([#135], thanks [@tyrasd])
* First-class support for switching users ([#136], thanks [@k-yle])

[#135]: https://github.com/osmlab/osm-auth/issues/135
[#136]: https://github.com/osmlab/osm-auth/issues/136


## 2.5.0
##### 2024-Apr-26
* Remove any extra quotes that were stored with legacy tokens ([#129])
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osm-auth",
"version": "2.5.0",
"version": "2.6.0",
"license": "ISC",
"repository": "github:osmlab/osm-auth",
"description": "A usable example of JavaScript OAuth 2.0 with OpenStreetMap",
Expand Down

0 comments on commit 11f84c0

Please sign in to comment.