Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 27, 2022
1 parent 67d62a7 commit b89136f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
##### YYYY-MMM-DD
*
[#xx]: https://github.com/osmlab/osm-auth/issues/xx
[#xxx]: https://github.com/osmlab/osm-auth/issues/xxx
-->

## 2.0.1
##### 2022-Sep-27
* Fix `osm-auth.d.ts` types declaration ([#106], thanks [@caspg])

[#106]: https://github.com/osmlab/osm-auth/issues/106
[@caspg]: https://github.com/caspg


## 2.0.0 (OAuth v2.0)
##### 2022-Apr-27
* ⚠️ Breaking change: This library is now focused on supporting OAuth 2.0 ([#77], [#93], thanks [@HelNershingThapa]!)
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.0.0",
"version": "2.0.1",
"license": "ISC",
"repository": "github:osmlab/osm-auth",
"description": "A usable example of JavaScript OAuth 2.0 with OpenStreetMap",
Expand Down

0 comments on commit b89136f

Please sign in to comment.