Skip to content

Commit

Permalink
chore(internal): version v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocorradini committed Oct 18, 2022
1 parent 89d466e commit 652aa30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 652aa30

Please sign in to comment.