Skip to content

Commit

Permalink
chore(main): release 4.0.1 (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 13, 2025
1 parent ce4e0fc commit a3def3d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"4.0.0"}
{".":"4.0.1"}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to this project will be documented in this file.

## [4.0.1](https://github.com/Fdawgs/fastify-disablecache/compare/v4.0.0...v4.0.1) (2025-01-13)


### Continuous integration

* **cd:** migrate to manifest config ([63c39df](https://github.com/Fdawgs/fastify-disablecache/commit/63c39df77e412ed8826ddf0f2769657818bd11a9))
* **ci:** use major tag for coverallsapp/github-action ([8b7afda](https://github.com/Fdawgs/fastify-disablecache/commit/8b7afda0b3bd766011e51939d58c79ed7a74232a))
* **deps:** bump coverallsapp/github-action from 2.3.0 to 2.3.1 ([#290](https://github.com/Fdawgs/fastify-disablecache/issues/290)) ([dec22db](https://github.com/Fdawgs/fastify-disablecache/commit/dec22db4cc8408525c1e292002e66d8257fb9cce))
* **deps:** bump coverallsapp/github-action from 2.3.1 to 2.3.4 ([#293](https://github.com/Fdawgs/fastify-disablecache/issues/293)) ([284c5f2](https://github.com/Fdawgs/fastify-disablecache/commit/284c5f2c9b6ecc542f1cb6e927649bfd3687eed2))
* **release-please:** declare schema ([c524887](https://github.com/Fdawgs/fastify-disablecache/commit/c524887a170355204564c801b11e876ad380e645))


### Dependencies

* **deps-dev:** bump dev dependencies ([ed7b649](https://github.com/Fdawgs/fastify-disablecache/commit/ed7b649def5b45d8d06fa194e683f37426861cd4))
* migrate from jest to native node:test ([3c8c12e](https://github.com/Fdawgs/fastify-disablecache/commit/3c8c12ef0a625623fe2712ef5843adfd75c28650))


### Documentation

* **readme:** rename ci badge to reflect workflow ([50bd691](https://github.com/Fdawgs/fastify-disablecache/commit/50bd691d9cda649a96d5648aa8fc0c38e563f25a))


### Miscellaneous

* **jsconfig:** set schema ([ce4e0fc](https://github.com/Fdawgs/fastify-disablecache/commit/ce4e0fcde4a5e2d95f97a59da7a6bf117ec91e23))
* **license:** update license year ([76ddfbc](https://github.com/Fdawgs/fastify-disablecache/commit/76ddfbc990de5b7b30c7b7c44c06e5c5dafbf645))

## [4.0.0](https://github.com/Fdawgs/fastify-disablecache/compare/v3.1.9...v4.0.0) (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-disablecache",
"version": "4.0.0",
"version": "4.0.1",
"description": "Fastify plugin to disable client-side caching",
"keywords": [
"cache",
Expand Down

0 comments on commit a3def3d

Please sign in to comment.