From cf96032494f8545eaf151a1cc1f558311a943dc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:40:34 +0000 Subject: [PATCH] chore(main): release 3.1.10 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9faa02a..cb22343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [3.1.10](https://github.com/Fdawgs/fastify-disablecache/compare/v3.1.9...v3.1.10) (2024-02-22) + + +### Dependencies + +* **deps-dev:** bump dev dependencies ([#269](https://github.com/Fdawgs/fastify-disablecache/issues/269)) ([6be0699](https://github.com/Fdawgs/fastify-disablecache/commit/6be069920d6a63032d024b4f20423ff53cac7f4f)) +* **deps-dev:** bump husky from 8.0.3 to 9.0.6 ([#266](https://github.com/Fdawgs/fastify-disablecache/issues/266)) ([0b723dc](https://github.com/Fdawgs/fastify-disablecache/commit/0b723dc297144ee94a7875f55bb811b441544d29)) + + +### Miscellaneous + +* **.husky:** migrate hooks to v9 style ([2b43de1](https://github.com/Fdawgs/fastify-disablecache/commit/2b43de1c49e0d86da4d5a8debcdf0e2db99502a2)) +* **.vscode:** fix `prettier.prettierPath` setting ([9514d9d](https://github.com/Fdawgs/fastify-disablecache/commit/9514d9d228bf7e57c3823f75afcd4eb2c2b39871)) + + +### Continuous integration + +* **deps:** bump actions/dependency-review-action from 3 to 4 ([#265](https://github.com/Fdawgs/fastify-disablecache/issues/265)) ([1617313](https://github.com/Fdawgs/fastify-disablecache/commit/16173132f77b5c40d20d123296fd30b60ad4c56c)) + ## [3.1.9](https://github.com/Fdawgs/fastify-disablecache/compare/v3.1.8...v3.1.9) (2024-01-25) diff --git a/package.json b/package.json index a93cebc..581036d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-disablecache", - "version": "3.1.9", + "version": "3.1.10", "description": "Fastify plugin to disable client-side caching", "keywords": [ "cache",