From 3767bc262d17b2e9c39aaef7642d03571e7f358c Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 16 Nov 2022 13:45:12 +0000 Subject: [PATCH] Bumped v4.10.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 eb9ce97cda..f3a0e6011f 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '4.9.2' +const VERSION = '4.10.0' const Avvio = require('avvio') const http = require('http') diff --git a/package.json b/package.json index ed5c910b3f..95d9107c4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "4.9.2", + "version": "4.10.0", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",