From e39d41569e08c13e78ccd5a63555c8a5211ff78f Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 5 Sep 2018 23:24:26 +0200 Subject: [PATCH] Bumped v1.1.1. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 52d4fb9..27aa75f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-postgres", - "version": "1.1.0", + "version": "1.1.1", "description": "Fastify PostgreSQL connection plugin", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ "pg": "^7.4.3" }, "devDependencies": { - "fastify": "^1.10.0", + "fastify": "^1.11.1", "pg-native": "^2.2.0", "standard": "^12.0.0", "tap": "^12.0.1"