Skip to content

Commit 067b717

Browse files
chore(main): release 3.1.7 (#245)
1 parent 614ab22 commit 067b717

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

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

5+
## [3.1.7](https://github.com/Fdawgs/fastify-disablecache/compare/v3.1.6...v3.1.7) (2023-11-29)
6+
7+
8+
### Dependencies
9+
10+
* **deps-dev:** add eslint-community/eslint-plugin-eslint-comments ([e787a9f](https://github.com/Fdawgs/fastify-disablecache/commit/e787a9f8c3948e29b8641b5bc7c9ac39702c4687))
11+
* **deps-dev:** bump dev dependencies ([ceb5228](https://github.com/Fdawgs/fastify-disablecache/commit/ceb5228be17f9a7014333dcc104166debd1e2553))
12+
* **deps-dev:** bump the commitlint group with 2 updates ([#249](https://github.com/Fdawgs/fastify-disablecache/issues/249)) ([dfdbbab](https://github.com/Fdawgs/fastify-disablecache/commit/dfdbbab692e0f7408fe63efc56620fc2eed394b2))
13+
* **deps-dev:** bump the eslint group with 1 update ([#250](https://github.com/Fdawgs/fastify-disablecache/issues/250)) ([e80a458](https://github.com/Fdawgs/fastify-disablecache/commit/e80a458971a8f47e7ca019dde1a278a73a22c850))
14+
* **deps-dev:** remove broken eslint-plugin-security-node ([a4996ca](https://github.com/Fdawgs/fastify-disablecache/commit/a4996cada167bc5fc9acd79640ef74d26efad79d))
15+
16+
17+
### Miscellaneous
18+
19+
* **.vscode:** add github-markdown-preview to recommended extension ([deaeec8](https://github.com/Fdawgs/fastify-disablecache/commit/deaeec8ddd90b00b908ab9b09bb9f26058c33ea0))
20+
* **.vscode:** add gitlens to recommended extensions ([f3f207b](https://github.com/Fdawgs/fastify-disablecache/commit/f3f207bed8a546e2aeca57ce097dfa762f72bfb0))
21+
* **jsconfig:** use es2022 lib ([b1bb1c1](https://github.com/Fdawgs/fastify-disablecache/commit/b1bb1c1fe619d73747a2b095cd2ee6cffc2197ae))
22+
* **scripts/license-checker:** update link to deprecated list ([76ea680](https://github.com/Fdawgs/fastify-disablecache/commit/76ea6807952e7d7801991a934fae192d71eca399))
23+
24+
25+
### Continuous integration
26+
27+
* **deps:** bump actions/github-script from 6 to 7 ([#251](https://github.com/Fdawgs/fastify-disablecache/issues/251)) ([5099a42](https://github.com/Fdawgs/fastify-disablecache/commit/5099a4221bd5d6cfcee6ebea81045f1b827b2eb2))
28+
* **deps:** bump actions/setup-node from 3 to 4 ([#248](https://github.com/Fdawgs/fastify-disablecache/issues/248)) ([f57d3ea](https://github.com/Fdawgs/fastify-disablecache/commit/f57d3ea08358057f1f96c6f5e1a2921f234e79c8))
29+
30+
31+
### Documentation
32+
33+
* **readme:** fix broken ci badge link ([bbf6152](https://github.com/Fdawgs/fastify-disablecache/commit/bbf6152b928eb33e99f5218b8446d93642946de5))
34+
* **readme:** sort acknowledgements section ([84bf370](https://github.com/Fdawgs/fastify-disablecache/commit/84bf370dac344acde0d7e0520c801b99ab0a4701))
35+
* **readme:** use full cjs for example ([9d6e702](https://github.com/Fdawgs/fastify-disablecache/commit/9d6e702a611d7689b393e77bfff9ae7acf9abacd))
36+
537
## [3.1.6](https://github.com/Fdawgs/fastify-disablecache/compare/v3.1.5...v3.1.6) (2023-09-23)
638

739

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-disablecache",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "Fastify plugin to disable client-side caching",
55
"keywords": [
66
"cache",

0 commit comments

Comments
 (0)