Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jan 4, 2024
1 parent 78d5fb4 commit 11235f1
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.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])
Expand Down Expand Up @@ -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()`
* 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.3.0",
"version": "2.4.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 11235f1

Please sign in to comment.