From aad61a93a8f63047619d3d191ac179b775e9617c Mon Sep 17 00:00:00 2001 From: David Luecke Date: Wed, 16 Oct 2019 22:42:10 -0700 Subject: [PATCH] 1.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b7fcc2..5804c6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "feathers-authentication-hooks", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b93b5f..757fad2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "feathers-authentication-hooks", "description": "Feathers authentication hooks", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/feathersjs-ecosystem/feathers-authentication-hooks", "main": "lib/", "types": "types/",