Skip to content

Commit ebdf6fe

Browse files
committed
v2.2.0
1 parent 0f48eb8 commit ebdf6fe

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ _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.2.0
19+
##### 2023-Jul-12
20+
* Make the fetch wrapper more compatible with fetch ([#117], [#118])
21+
* Implement PKCE for OAuth2 authentication ([#114], thanks [@tyrasd])
22+
23+
[#118]: https://github.com/osmlab/osm-auth/issues/118
24+
[#117]: https://github.com/osmlab/osm-auth/issues/117
25+
[#114]: https://github.com/osmlab/osm-auth/issues/114
26+
[@tyrasd]: https://github.com/tyrasd
27+
28+
1829
## 2.1.0
1930
##### 2023-May-17
2031
* Add fetch wrapper ([#112], thanks [@dschep])
@@ -164,4 +175,4 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
164175

165176
## 0.1.0
166177
##### 2013-Mar-28
167-
* Update docs, `.keys()`, `.url()`
178+
* Update docs, `.keys()`, `.url()`

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.1.0",
3+
"version": "2.2.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)