From 5bab1978b0fac8acafde07d866970f787e57dbc7 Mon Sep 17 00:00:00 2001 From: delvedor Date: Mon, 25 Feb 2019 09:58:04 +0100 Subject: [PATCH] Bumped v4.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8ab3f54..5e4c903 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-bearer-auth", - "version": "3.1.1", + "version": "4.0.0", "description": "An authentication plugin for Fastify", "main": "plugin.js", "scripts": { @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/fastify/fastify-bearer-auth#readme", "devDependencies": { - "fastify": "^2.0.0-rc.6", + "fastify": "^2.0.0", "pre-commit": "^1.2.2", "request": "2.88.0", "snazzy": "^8.0.0",