From 9ed25c5cde979a233c1baf5a81c44496b208ee21 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 18 Feb 2022 16:15:43 +0100 Subject: [PATCH] Bumped v3.27.2 Signed-off-by: Matteo Collina --- fastify.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastify.js b/fastify.js index 044ad5abf4..b159312fdf 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '3.27.1' +const VERSION = '3.27.2' const Avvio = require('avvio') const http = require('http') diff --git a/package.json b/package.json index 83ff4a558b..7adb09e3ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "3.27.1", + "version": "3.27.2", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",