From cd7bf2be541d9395d8c6b45a57b8e90680f33fa9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jun 2020 19:05:11 +0000 Subject: [PATCH] chore(release): 2.2.4 [skip ci] ## [2.2.4](https://github.com/LabShare/services-auth/compare/v2.2.3...v2.2.4) (2020-06-08) ### Bug Fixes * **api:** add descriptive error for restrictRoute middleware userinfo request ([28a10ed](https://github.com/LabShare/services-auth/commit/28a10ed3f3605453699c2ef667ee0a8098426171)) * **pkg:** support publishing releases to 2x version ([ba533bf](https://github.com/LabShare/services-auth/commit/ba533bfd312583aae22fb53c55d3a2a98b88b9c1)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a91ee..d7c22be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.2.4](https://github.com/LabShare/services-auth/compare/v2.2.3...v2.2.4) (2020-06-08) + + +### Bug Fixes + +* **api:** add descriptive error for restrictRoute middleware userinfo request ([28a10ed](https://github.com/LabShare/services-auth/commit/28a10ed3f3605453699c2ef667ee0a8098426171)) +* **pkg:** support publishing releases to 2x version ([ba533bf](https://github.com/LabShare/services-auth/commit/ba533bfd312583aae22fb53c55d3a2a98b88b9c1)) + ## [2.1.4](https://github.com/LabShare/services-auth/compare/v2.1.3...v2.1.4) (2019-01-30) diff --git a/package.json b/package.json index 6bc262a..e541d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labshare/services-auth", - "version": "2.2.3", + "version": "2.2.4", "description": "LabShare Services plugin for resource scope-based HTTP route and socket authorization", "main": "./", "scripts": {