From b93a55500e2e85910e421946241a3ed7c9913f32 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sat, 2 Jan 2021 15:29:28 +0100 Subject: [PATCH 1/3] Fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84cafcd..174216c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.3.3] - 2020-12-26 ### Fixed -- Variable used in URL returned undefined +- Handling null userIds ## [2.3.2] - 2020-12-24 ### Fixed From adcf20fb0ce35ae3823d91a0f4c26c7ddf7f8b8e Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sat, 2 Jan 2021 16:45:16 +0100 Subject: [PATCH 2/3] Update doip.js --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e6d9ccd..f4f63bf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "bent": "^7.3.12", - "doipjs": "^0.8.3", + "doipjs": "^0.8.4", "dotenv": "^8.2.0", "express": "^4.17.1", "express-validator": "^6.8.0", diff --git a/yarn.lock b/yarn.lock index db0d0fd..a95342d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -703,10 +703,10 @@ doctypes@^1.1.0: resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9" integrity sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk= -doipjs@^0.8.3: - version "0.8.3" - resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-0.8.3.tgz#94bcb132cbca031b3f9b5a9834648b26f131e493" - integrity sha512-lhR437R3qctCDY86UVOD4UclHvxyQ1lFFpLHjeb22QxVSk+I2AaaNaaE8ap+CtKlzkLt2TEyStaI78s+7sc+bQ== +doipjs@^0.8.4: + version "0.8.4" + resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-0.8.4.tgz#41046de8b9c69afd633d452e09f92a80930f2e0a" + integrity sha512-eJdrwClJ5fU3D4oIl+cGMSLEaHJ2AJnF4KvlO095aq+ztJQWi5WYwnqM6j5ASj9pMUlA3OAyYKhIPdZSlUF5uA== dependencies: bent "^7.3.12" browserify "^17.0.0" From b6908cc370a69e86370de2318696eddf918ceec9 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sat, 2 Jan 2021 16:48:46 +0100 Subject: [PATCH 3/3] Release 2.3.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 174216c..ac1f5a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.4] - 2021-01-02 +### Fixed +- Twitter claims + ## [2.3.3] - 2020-12-26 ### Fixed - Handling null userIds diff --git a/package.json b/package.json index f4f63bf..3bf5184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keyoxide-web", - "version": "2.3.3", + "version": "2.3.4", "description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity", "main": "index.js", "dependencies": {