From acd439da7f401f1c9b90083ba3a6e9e0a91cd847 Mon Sep 17 00:00:00 2001 From: Alex Bean Date: Wed, 5 May 2021 18:22:44 +0200 Subject: [PATCH] fix: update release --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c700be1..1ffaee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [2.5.0](https://github.com/validatedid/did-auth-oidc-siop/compare/v2.3.0...v2.5.0) (2021-05-05) + +### 🚀 Features + +- create response without signature ([c82722d](https://github.com/validatedid/did-auth-oidc-siop/commit/c82722dadb6f7dcac5a6d5ae5d3080cd05ce820f)) + +### 🐛 Bug Fixes + +- tests ([725f535](https://github.com/validatedid/did-auth-oidc-siop/commit/725f5359b6e39f705a69a457fb5050556c39db51)) + ## [2.4.0](https://github.com/validatedid/did-auth-oidc-siop/compare/v2.3.0...v2.4.0) (2021-04-19) ### 🚀 Features diff --git a/package-lock.json b/package-lock.json index 64fa077..9d4497a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@validatedid/did-auth", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 20074d7..4546ec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@validatedid/did-auth", - "version": "2.4.0", + "version": "2.5.0", "description": "Validated ID Authentication library that implements an OIDC-SIOP with DIDs", "author": "Validated ID", "license": "Apache-2.0",