From 86f7dda03bac85236665aece0d10632ad1e64764 Mon Sep 17 00:00:00 2001
From: Matteo Collina <hello@matteocollina.com>
Date: Fri, 29 Jan 2021 12:47:30 +0100
Subject: [PATCH] Bumped v5.2.0

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index e649e1d..0ec01e9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "fastify-helmet",
-  "version": "5.1.0",
+  "version": "5.2.0",
   "description": "Important security headers for Fastify",
   "main": "index.js",
   "scripts": {