Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed May 24, 2021
1 parent d25ff6a commit 2d442e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war
<!--
# A.B.C
##### YYYY-MMM-DD
*
[#xx]: https://github.com/osmlab/osm-auth/issues/xx
-->

## 1.1.1
##### 2021-May-24
* Remove xtend, to avoid deprecation warnings

[#76]: https://github.com/osmlab/osm-auth/issues/76


## 1.1.0
##### 2020-Jul-27
* ([#67]) Improve interaction with popup window
Expand Down Expand Up @@ -116,4 +122,4 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war

## 0.1.0
##### 2013-Mar-28
* Update docs, `.keys()`, `.url()`
* Update docs, `.keys()`, `.url()`
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osm-auth",
"version": "1.1.0",
"version": "1.1.1",
"license": "ISC",
"repository": "github:osmlab/osm-auth",
"description": "A usable example of JavaScript OAuth with OpenStreetMap",
Expand Down Expand Up @@ -42,4 +42,4 @@
"engines": {
"node": ">=10"
}
}
}

0 comments on commit 2d442e4

Please sign in to comment.