From 652aa3035ed75d64d736f40a2581aa5a833d63d4 Mon Sep 17 00:00:00 2001 From: Carlo Date: Tue, 18 Oct 2022 17:49:21 +0200 Subject: [PATCH] chore(internal): version v0.4.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aac20b..bc42ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.4.1](https://github.com/carlocorradini/graphql-auth-directive/releases/tag/v0.4.1) - 2022-10-18 + +### Fixed + +- Check context presence in `defaultAuthFn` procedure + ## [v0.4.0](https://github.com/carlocorradini/graphql-auth-directive/releases/tag/v0.4.0) - 2022-10-18 ### Added diff --git a/package.json b/package.json index 103a71b..2799491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-auth-directive", - "version": "0.4.0", + "version": "0.4.1", "private": false, "description": "GraphQL @auth directive that protects resources from unauthenticated and unauthorized access", "keywords": [