From 6b2aff6c6808bdc162b461ce68c025e00c58e878 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 10 Oct 2022 09:25:40 +0200 Subject: [PATCH] Bumped v4.8.1 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 db58b7fc67..29ba8d756b 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '4.8.0' +const VERSION = '4.8.1' const Avvio = require('avvio') const http = require('http') diff --git a/package.json b/package.json index 77606aa598..e172d2bcc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "4.8.0", + "version": "4.8.1", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",