Skip to content

Commit b89136f

Browse files
committed
v2.0.1
1 parent 67d62a7 commit b89136f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
1212
##### YYYY-MMM-DD
1313
*
1414
15-
[#xx]: https://github.com/osmlab/osm-auth/issues/xx
15+
[#xxx]: https://github.com/osmlab/osm-auth/issues/xxx
1616
-->
1717

18+
## 2.0.1
19+
##### 2022-Sep-27
20+
* Fix `osm-auth.d.ts` types declaration ([#106], thanks [@caspg])
21+
22+
[#106]: https://github.com/osmlab/osm-auth/issues/106
23+
[@caspg]: https://github.com/caspg
24+
25+
1826
## 2.0.0 (OAuth v2.0)
1927
##### 2022-Apr-27
2028
* ⚠️ Breaking change: This library is now focused on supporting OAuth 2.0 ([#77], [#93], thanks [@HelNershingThapa]!)

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