From 26ab4a45291ce7ddb7781d3e3b511797618e856c Mon Sep 17 00:00:00 2001 From: christian-hawk Date: Wed, 6 Oct 2021 06:17:25 +0000 Subject: [PATCH] chore(release): 5.3.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5b5a407..b8a0123b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.3.1](https://github.com/GluuFederation/gluu-passport/compare/v5.3.0...v5.3.1) (2021-10-06) + + +### Bug Fixes + +* change log level to `debug` as `silly` is not used ([#348](https://github.com/GluuFederation/gluu-passport/issues/348)) ([228ae5f](https://github.com/GluuFederation/gluu-passport/commit/228ae5fdf75a498be2c193565e0f0c91b7d4da1c)) +* **sp-meta.spec.js:** fix saml test case ([b3cb6b2](https://github.com/GluuFederation/gluu-passport/commit/b3cb6b26bdf9cbf44fe255fd20a62c89e009f4e8)) + ## [5.3.0](https://github.com/GluuFederation/gluu-passport/compare/v5.2.0...v5.3.0) (2021-09-03) diff --git a/package-lock.json b/package-lock.json index a6c70e8e..6cc555a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passport", - "version": "5.3.0", + "version": "5.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passport", - "version": "5.3.0", + "version": "5.3.1", "license": "Apache2", "dependencies": { "@nicokaiser/passport-apple": "^0.2.1", diff --git a/package.json b/package.json index 87fffb0e..bd82f792 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport", - "version": "5.3.0", + "version": "5.3.1", "private": true, "nyc": { "all": true,