From 7195926bcb9cc4b8845a0529a4cd6d62fb353446 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jun 2020 22:26:31 +0000 Subject: [PATCH] chore(release): 2.2.5 [skip ci] ## [2.2.5](https://github.com/LabShare/services-auth/compare/v2.2.4...v2.2.5) (2020-06-08) ### Bug Fixes * **authz:** add error message to legacy audience check ([7a1b850](https://github.com/LabShare/services-auth/commit/7a1b850106905fae6395cee49887920c66f45e31)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c22be..41cbfb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.5](https://github.com/LabShare/services-auth/compare/v2.2.4...v2.2.5) (2020-06-08) + + +### Bug Fixes + +* **authz:** add error message to legacy audience check ([7a1b850](https://github.com/LabShare/services-auth/commit/7a1b850106905fae6395cee49887920c66f45e31)) + ## [2.2.4](https://github.com/LabShare/services-auth/compare/v2.2.3...v2.2.4) (2020-06-08) diff --git a/package.json b/package.json index e541d43..42addb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labshare/services-auth", - "version": "2.2.4", + "version": "2.2.5", "description": "LabShare Services plugin for resource scope-based HTTP route and socket authorization", "main": "./", "scripts": {