Skip to content

Commit f3d3339

Browse files
committed
v3.2.0
1 parent 832d25c commit f3d3339

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

18+
## 3.2.0
19+
##### 2026-Apr-02
20+
* Allow caller to get the access token via `getAccessToken()` ([#149])
21+
* Always use `new` to instantiate the main class ([#148], thanks [@k-yle])
22+
* Fix links to GitHub issues ([#145], thanks [@tyrasd])
23+
24+
[#145]: https://github.com/osmlab/osm-auth/issues/145
25+
[#148]: https://github.com/osmlab/osm-auth/issues/148
26+
[#149]: https://github.com/osmlab/osm-auth/issues/149
27+
[@k-yle]: https://github.com/k-yle
28+
[@tyrasd]: https://github.com/tyrasd
29+
30+
1831
## 3.1.1
1932
##### 2025-Nov-04
2033
* Add better test for `localStorage` ([#144])

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": "3.1.1",
3+
"version": "3.2.0",
44
"license": "ISC",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)