From b89136f372b3f68d7db96fffe434963d5b0e08b3 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 27 Sep 2022 17:26:03 -0400 Subject: [PATCH] v2.0.1 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c14e64..480682a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]!) diff --git a/package.json b/package.json index 415c36d..452f103 100644 --- a/package.json +++ b/package.json @@ -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",