From 214f33d68877059bb3d5aa868f15c6126c2a2b9d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Aug 2022 11:50:17 +0000 Subject: [PATCH] chore(release): 6.0.2 [skip ci] ## [6.0.2](https://github.com/SoftwareBrothers/adminjs-hapijs/compare/v6.0.1...v6.0.2) (2022-08-03) ### Bug Fixes * fix accessing user credentials after signing in ([4a6fdd9](https://github.com/SoftwareBrothers/adminjs-hapijs/commit/4a6fdd97b58f995ba54c301ac3607c21993fee02)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f11d33a..140a555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adminjs/hapi", - "version": "6.0.1", + "version": "6.0.2", "description": "This is an official AdminJS plugin which integrates it with hapijs framework.", "main": "lib/index.js", "types": "lib/index.d.ts",