Skip to content

Commit

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

## 2.2.0
##### 2023-Jul-12
* Make the fetch wrapper more compatible with fetch ([#117], [#118])
* Implement PKCE for OAuth2 authentication ([#114], thanks [@tyrasd])

[#118]: https://github.com/osmlab/osm-auth/issues/118
[#117]: https://github.com/osmlab/osm-auth/issues/117
[#114]: https://github.com/osmlab/osm-auth/issues/114
[@tyrasd]: https://github.com/tyrasd


## 2.1.0
##### 2023-May-17
* Add fetch wrapper ([#112], thanks [@dschep])
Expand Down Expand Up @@ -164,4 +175,4 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠

## 0.1.0
##### 2013-Mar-28
* Update docs, `.keys()`, `.url()`
* Update docs, `.keys()`, `.url()`
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.1.0",
"version": "2.2.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 ebdf6fe

Please sign in to comment.