diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d41b22..290226d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,18 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war +## 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 @@ -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()` \ No newline at end of file diff --git a/package.json b/package.json index 8ee13b6..ea713e5 100644 --- a/package.json +++ b/package.json @@ -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", @@ -42,4 +42,4 @@ "engines": { "node": ">=10" } -} +} \ No newline at end of file