From fe25981df1cd9d4fa686ae8227e4c1b3ce804cfd Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 7 May 2024 15:00:35 +0200 Subject: [PATCH] Bumped v4.27.0 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 ee2be1b254..504443dd6b 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '4.26.2' +const VERSION = '4.27.0' const Avvio = require('avvio') const http = require('node:http') diff --git a/package.json b/package.json index f3d78c2369..0e7d50cd48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "4.26.2", + "version": "4.27.0", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",