From 427fac4cc983ec46dcfa35a37b523eae85c3db01 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 7 Mar 2022 15:51:30 +0100 Subject: [PATCH] Bumped v3.27.3 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 b159312fdf..59c13a55e6 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '3.27.2' +const VERSION = '3.27.3' const Avvio = require('avvio') const http = require('http') diff --git a/package.json b/package.json index 7adb09e3ca..b4435917f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "3.27.2", + "version": "3.27.3", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",