From 8a2b226d99c4a7d54a538bdbbb905a4fbbada6fa Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 29 Apr 2022 01:19:21 +0200 Subject: [PATCH] Bumped v3.29.0 --- fastify.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastify.js b/fastify.js index bfee137733..20451947bc 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '3.28.0' +const VERSION = '3.29.0' const Avvio = require('avvio') const http = require('http') diff --git a/package.json b/package.json index 7d1bbdb300..02da5b9ae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "3.28.0", + "version": "3.29.0", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",