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": {