Skip to content

Commit 11235f1

Browse files
committed
v2.4.0
1 parent 78d5fb4 commit 11235f1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

18+
## 2.4.0
19+
##### 2024-Jan-04
20+
* Remove `store` dependency ([#126])
21+
* Attempt to fix export errors from TypeScript declaration file ([#124], [#125], thansk [@pietervdvn])
22+
23+
[#124]: https://github.com/osmlab/osm-auth/issues/124
24+
[#125]: https://github.com/osmlab/osm-auth/issues/125
25+
[#126]: https://github.com/osmlab/osm-auth/issues/126
26+
[@pietervdvn]: https://github.com/pietervdvn
27+
28+
1829
## 2.3.0
1930
##### 2023-Oct-24
2031
* 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_ ⚠
189200

190201
## 0.1.0
191202
##### 2013-Mar-28
192-
* Update docs, `.keys()`, `.url()`
203+
* Update docs, `.keys()`, `.url()`

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