Skip to content

Commit d83736e

Browse files
committed
v3.0.0
1 parent 7a91c46 commit d83736e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
2020

2121
[#138]: https://github.com/osmlab/osm-auth/issues/138
2222

23+
2324
## 2.6.0
2425
##### 2025-Jan-17
2526
* Trigger error if popup is closed prematurely ([#135], thanks [@tyrasd])

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can also use **osm-auth** directly in a web browser. A good way to do this
5757
When you load this file in a `<script>` tag, you'll get a `osmAuth` global to use elsewhere in your scripts:
5858
```html
5959
<head>
60-
<script src="https://cdn.jsdelivr.net/npm/osm-auth@2/dist/osm-auth.iife.min.js"></script>
60+
<script src="https://cdn.jsdelivr.net/npm/osm-auth@3/dist/osm-auth.iife.min.js"></script>
6161
</head>
6262
6363
<script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ohauth"
1111
],
1212
"contributors": [
13-
"Bryan Housel <[email protected]> (https://github.com/bhousel)",
13+
"Bryan Housel <[email protected]> (https://github.com/bhousel)",
1414
"Daniel Schep (https://github.com/dschep)",
1515
"Hel Nershing Thapa (https://github.com/HelNershingThapa)",
1616
"Tom MacWright <[email protected]> (https://github.com/tmcw)"

0 commit comments

Comments
 (0)