From 8e06ace279dbe5c027309b4b9f6b534734a8e77b Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 5 Apr 2022 09:55:10 +0200 Subject: [PATCH] Bumped v3.28.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 8d4803360d..bfee137733 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '3.27.4' +const VERSION = '3.28.0' const Avvio = require('avvio') const http = require('http') diff --git a/package.json b/package.json index e62f75e118..5394a4a99c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "3.27.4", + "version": "3.28.0", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",