From 1e91e7c7bf131e75116b6ef0352848b1854ab5c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 12:28:47 +0000 Subject: [PATCH] chore(main): release 5.0.1 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 61 ++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 63 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 1862035..65eda19 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"5.0.0"} \ No newline at end of file +{".":"5.0.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f90f8a..e924775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,67 @@ All notable changes to this project will be documented in this file. +## [5.0.1](https://github.com/Fdawgs/fastify-disablecache/compare/v5.0.0...v5.0.1) (2026-03-21) + + +### Bug fixes + +* **index:** add `proxy-revalidate` directive to cache-control ([#388](https://github.com/Fdawgs/fastify-disablecache/issues/388)) ([9c3b164](https://github.com/Fdawgs/fastify-disablecache/commit/9c3b164cebfc847b28d2879bd4d0dbaa29d5d434)) + + +### Continuous integration + +* add lock-threads workflow; fix concurrency groups ([#370](https://github.com/Fdawgs/fastify-disablecache/issues/370)) ([d7565a3](https://github.com/Fdawgs/fastify-disablecache/commit/d7565a341699f5f4ab9050ad1038269ef02432e6)) +* **cd:** make provenance publishing explicit ([#387](https://github.com/Fdawgs/fastify-disablecache/issues/387)) ([b7e4b74](https://github.com/Fdawgs/fastify-disablecache/commit/b7e4b746fc23ec2da11368156f8d07012c229015)) +* **ci:** only send coverage to coveralls on main ([#365](https://github.com/Fdawgs/fastify-disablecache/issues/365)) ([1da01eb](https://github.com/Fdawgs/fastify-disablecache/commit/1da01eb8db3034ec15c92c0f5dec9754ec394360)) +* **codeql:** check cjs, mjs, and ts files ([#376](https://github.com/Fdawgs/fastify-disablecache/issues/376)) ([a39d55a](https://github.com/Fdawgs/fastify-disablecache/commit/a39d55a38f8e954ecbae48a120e6ffe072f8e891)) +* **deps:** bump actions/checkout from 5 to 6 ([#381](https://github.com/Fdawgs/fastify-disablecache/issues/381)) ([d84e300](https://github.com/Fdawgs/fastify-disablecache/commit/d84e300b6ddebfd437a912c15ab9f8b07086cddb)) +* **deps:** bump actions/dependency-review-action from 4.8.0 to 4.8.1 ([#359](https://github.com/Fdawgs/fastify-disablecache/issues/359)) ([64dddd1](https://github.com/Fdawgs/fastify-disablecache/commit/64dddd17272bf8c294325a3f11d40ddd72fd73dd)) +* **deps:** bump actions/dependency-review-action from 4.8.1 to 4.8.2 ([#380](https://github.com/Fdawgs/fastify-disablecache/issues/380)) ([06947f8](https://github.com/Fdawgs/fastify-disablecache/commit/06947f8562894289fae370f55011634da4d0658f)) +* **deps:** bump actions/dependency-review-action from 4.8.2 to 4.8.3 ([#389](https://github.com/Fdawgs/fastify-disablecache/issues/389)) ([73499a2](https://github.com/Fdawgs/fastify-disablecache/commit/73499a2bd12826fb281d7a323d61cfc023785c65)) +* **deps:** bump actions/setup-node from 5 to 6 ([#360](https://github.com/Fdawgs/fastify-disablecache/issues/360)) ([3f7285d](https://github.com/Fdawgs/fastify-disablecache/commit/3f7285d354868601c9c2e3ef5c49414873288eb1)) +* **deps:** bump coverallsapp/github-action from 2.3.6 to 2.3.7 ([#379](https://github.com/Fdawgs/fastify-disablecache/issues/379)) ([9584f4c](https://github.com/Fdawgs/fastify-disablecache/commit/9584f4c1f3cf48f139ef260792e5851ea0149e88)) +* **deps:** bump fastify/github-action-merge-dependabot ([#363](https://github.com/Fdawgs/fastify-disablecache/issues/363)) ([0340515](https://github.com/Fdawgs/fastify-disablecache/commit/03405154f36c6de9892d40883dd97d3b1a6dce09)) +* **deps:** bump github/codeql-action from 3 to 4 ([#361](https://github.com/Fdawgs/fastify-disablecache/issues/361)) ([de9c165](https://github.com/Fdawgs/fastify-disablecache/commit/de9c1658817b97806a5f999f81f40e2fa5509cc0)) +* **deps:** bump googleapis/release-please-action from 4.3.0 to 4.4.0 ([#362](https://github.com/Fdawgs/fastify-disablecache/issues/362)) ([b48c933](https://github.com/Fdawgs/fastify-disablecache/commit/b48c9338e85a3e4f76e68d0fcecb850f71feed07)) +* **deps:** bump JustinBeckwith/linkinator-action from 1.11.0 to 2.3 ([#358](https://github.com/Fdawgs/fastify-disablecache/issues/358)) ([a5dbd8e](https://github.com/Fdawgs/fastify-disablecache/commit/a5dbd8ea9904ae3ae93e7b808d694fb895d1eb9d)) +* **link-check:** use reusable workflow ([#372](https://github.com/Fdawgs/fastify-disablecache/issues/372)) ([c9aa277](https://github.com/Fdawgs/fastify-disablecache/commit/c9aa2770aa878455f3351a0d71bc4b5330f5d492)) +* **lock-threads:** set cron to every day ([#371](https://github.com/Fdawgs/fastify-disablecache/issues/371)) ([06d6732](https://github.com/Fdawgs/fastify-disablecache/commit/06d67320ff5acfb30b6abdbc8690f1e936adf22b)) + + +### Dependencies + +* **deps-dev:** bump @eslint/compat in the eslint group ([#382](https://github.com/Fdawgs/fastify-disablecache/issues/382)) ([4bff9ad](https://github.com/Fdawgs/fastify-disablecache/commit/4bff9adaa9b0d4b836a5c66dd77f5554b0b2c00c)) +* **deps-dev:** bump @fdawgs/eslint-config in the eslint group ([#364](https://github.com/Fdawgs/fastify-disablecache/issues/364)) ([70206f7](https://github.com/Fdawgs/fastify-disablecache/commit/70206f74be5a5c81d7c37a3d60a5d6a6b15f6e7a)) +* **deps-dev:** bump @types/node from 24.10.4 to 25.0.3 ([#383](https://github.com/Fdawgs/fastify-disablecache/issues/383)) ([28f5fe4](https://github.com/Fdawgs/fastify-disablecache/commit/28f5fe4cb300ba368e7b907e68873988a954ef0d)) +* **deps-dev:** bump c8 from 10.1.3 to 11.0.0 ([#391](https://github.com/Fdawgs/fastify-disablecache/issues/391)) ([4d0fe9b](https://github.com/Fdawgs/fastify-disablecache/commit/4d0fe9bd4d24447084518b106ddfbe326fc67728)) +* **deps-dev:** bump licensee from 11.1.1 to 12.0.1 ([#384](https://github.com/Fdawgs/fastify-disablecache/issues/384)) ([bebcbfa](https://github.com/Fdawgs/fastify-disablecache/commit/bebcbfafe50a309432db370037f77bc691bb52fb)) +* **deps-dev:** remove husky ([#373](https://github.com/Fdawgs/fastify-disablecache/issues/373)) ([ebc1b1a](https://github.com/Fdawgs/fastify-disablecache/commit/ebc1b1a4db170ca5a4c25b96f35786df16cf19ab)) + + +### Documentation + +* **readme:** use shell over bash for command examples ([#392](https://github.com/Fdawgs/fastify-disablecache/issues/392)) ([1289186](https://github.com/Fdawgs/fastify-disablecache/commit/1289186dfa45043cb724982cd92f0641989b87e0)) + + +### Improvements + +* **index:** freeze `CACHE_HEADERS` object ([#377](https://github.com/Fdawgs/fastify-disablecache/issues/377)) ([31651e8](https://github.com/Fdawgs/fastify-disablecache/commit/31651e8a5afbacd61abb23620ce4ceaa6c11e9e3)) + + +### Miscellaneous + +* **.devcontainer:** remove prepare script call ([#378](https://github.com/Fdawgs/fastify-disablecache/issues/378)) ([874ac08](https://github.com/Fdawgs/fastify-disablecache/commit/874ac080c15a422c4d2e297ddf373f628965c872)) +* **.editorconfig:** add file to enforce consistent coding styles ([#366](https://github.com/Fdawgs/fastify-disablecache/issues/366)) ([3641b4f](https://github.com/Fdawgs/fastify-disablecache/commit/3641b4f88916f3fd7e2f941d7409aff41b47e7b5)) +* **.editorconfig:** use spaces for yml file indentation ([#369](https://github.com/Fdawgs/fastify-disablecache/issues/369)) ([1a0a552](https://github.com/Fdawgs/fastify-disablecache/commit/1a0a552c7b270fe48b00c67afcc32c6050563bcc)) +* **.vscode:** update js and telemetry settings ([#393](https://github.com/Fdawgs/fastify-disablecache/issues/393)) ([8ddd2ed](https://github.com/Fdawgs/fastify-disablecache/commit/8ddd2eda55cd1891727d2cf2bba37cea6b019cea)) +* **eslint.config:** stop applying to jsx files ([#368](https://github.com/Fdawgs/fastify-disablecache/issues/368)) ([e27b1e8](https://github.com/Fdawgs/fastify-disablecache/commit/e27b1e83cb955dd7095503df92badaaf80975fbc)) +* **license:** add contact email ([#385](https://github.com/Fdawgs/fastify-disablecache/issues/385)) ([71b377e](https://github.com/Fdawgs/fastify-disablecache/commit/71b377ebdc8db6da9c492f46891503087906769e)) +* move tests from src to test dir ([#374](https://github.com/Fdawgs/fastify-disablecache/issues/374)) ([2188832](https://github.com/Fdawgs/fastify-disablecache/commit/21888322d4b24a76f9efdf988515ef4dca2aff70)) +* **package:** stop running `lint:prettier` twice on `test` call ([#386](https://github.com/Fdawgs/fastify-disablecache/issues/386)) ([2ebc3a5](https://github.com/Fdawgs/fastify-disablecache/commit/2ebc3a5860a0f4ec2fbe9f676e4debc70eabeb83)) +* rename lint scripts to reflect use ([#356](https://github.com/Fdawgs/fastify-disablecache/issues/356)) ([6e28758](https://github.com/Fdawgs/fastify-disablecache/commit/6e2875889cfd2227a400a806be3629a9f7e5e11a)) +* tidy dotfiles, remove redundant deps ([#375](https://github.com/Fdawgs/fastify-disablecache/issues/375)) ([80420ea](https://github.com/Fdawgs/fastify-disablecache/commit/80420ea994ef8d5451684c04c267c8f9a24ac829)) + ## [5.0.0](https://github.com/Fdawgs/fastify-disablecache/compare/v4.0.2...v5.0.0) (2025-10-09) diff --git a/package.json b/package.json index 37caf1a..2b79bc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-disablecache", - "version": "5.0.0", + "version": "5.0.1", "description": "Fastify plugin to disable client-side caching", "keywords": [ "cache",