From fdcd635a7aab4ecdfc8852d7f8e89b922dfbaae6 Mon Sep 17 00:00:00 2001
From: Matteo Collina <hello@matteocollina.com>
Date: Sun, 5 Jun 2022 18:09:58 +0200
Subject: [PATCH 1/2] Bumped fast-json-stringify v4 (#10)

Signed-off-by: Matteo Collina <hello@matteocollina.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index cd405a0..0687754 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
     "tsd": "^0.20.0"
   },
   "dependencies": {
-    "fast-json-stringify": "^3.0.0"
+    "fast-json-stringify": "^4.0.0"
   },
   "tsd": {
     "directory": "test/types"

From 4444b1af1999a5ee44fe47632f50237b53d653aa Mon Sep 17 00:00:00 2001
From: Matteo Collina <hello@matteocollina.com>
Date: Sun, 5 Jun 2022 18:12:40 +0200
Subject: [PATCH 2/2] Bumped v3.0.0

Signed-off-by: Matteo Collina <hello@matteocollina.com>
---
 README.md    | 1 +
 package.json | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 51c9f45..9958b64 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ This package is responsible for compiling the application's `response` JSON sche
 |----------------------------------------:|----------------------:|--------------------:|
 |                                    v1.x |                  v3.x |                ^3.x |
 |                                    v2.x |                  v3.x |                ^4.x |
+|                                    v3.x |                  v4.x |                ^4.x |
 
 ### fast-json-stringify Configuration
 
diff --git a/package.json b/package.json
index 0687754..cce55f4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@fastify/fast-json-stringify-compiler",
   "description": "Build and manage the fast-json-stringify instances for the fastify framework",
-  "version": "2.0.0",
+  "version": "3.0.0",
   "main": "index.js",
   "types": "index.d.ts",
   "scripts": {