From 42d0f30880fb68468f318a59d541c9ee668400a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 07:49:34 +0000 Subject: [PATCH 1/2] chore(master): release 3.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad64639..98672d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [3.0.0](https://github.com/Fdawgs/fastify-disablecache/compare/v2.0.8...v3.0.0) (2022-05-26) + + +### ⚠ BREAKING CHANGES + +* * feat!: support fastify v4.x + +### Features + +* support fastify v4.x ([#169](https://github.com/Fdawgs/fastify-disablecache/issues/169)) ([7dfd02c](https://github.com/Fdawgs/fastify-disablecache/commit/7dfd02c2fd781329606f890b28bc54c433ac3992)) + ### [2.0.8](https://github.com/Fdawgs/fastify-disablecache/compare/v2.0.7...v2.0.8) (2022-05-25) diff --git a/package.json b/package.json index 4a2044e..3f81a80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-disablecache", - "version": "2.0.8", + "version": "3.0.0", "description": "Fastify plugin to disable client-side caching", "keywords": [ "cache", From 2ec2e7814370f84c002c68df5a89823feddc266e Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 26 May 2022 08:56:23 +0100 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98672d1..96075a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. ### ⚠ BREAKING CHANGES -* * feat!: support fastify v4.x +* * Dropped support for Fastify v3.x and Node 10.x ### Features