diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dce344..bbeab24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4.0 +##### 2024-Jan-04 +* Remove `store` dependency ([#126]) +* Attempt to fix export errors from TypeScript declaration file ([#124], [#125], thansk [@pietervdvn]) + +[#124]: https://github.com/osmlab/osm-auth/issues/124 +[#125]: https://github.com/osmlab/osm-auth/issues/125 +[#126]: https://github.com/osmlab/osm-auth/issues/126 +[@pietervdvn]: https://github.com/pietervdvn + + ## 2.3.0 ##### 2023-Oct-24 * Add `apiUrl` property to support connecting to OSM API at `api.openstreetmap.org` ([#123], [operations#951]) @@ -189,4 +200,4 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠ ## 0.1.0 ##### 2013-Mar-28 -* Update docs, `.keys()`, `.url()` \ No newline at end of file +* Update docs, `.keys()`, `.url()` diff --git a/package.json b/package.json index 7e02dc3..5b909ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osm-auth", - "version": "2.3.0", + "version": "2.4.0", "license": "ISC", "repository": "github:osmlab/osm-auth", "description": "A usable example of JavaScript OAuth 2.0 with OpenStreetMap",