Skip to content

Commit c727314

Browse files
chore(main): release 3.1.6 (#239)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff4daf0 commit c727314

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

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

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

5+
## [3.1.6](https://github.com/Fdawgs/fastify-disablecache/compare/v3.1.5...v3.1.6) (2023-09-23)
6+
7+
8+
### Miscellaneous
9+
10+
* **.gitattributes:** auto lf eol all files ([eb57f24](https://github.com/Fdawgs/fastify-disablecache/commit/eb57f24e3ba02bcaf70b1d080c721b1e3c4d85d6))
11+
* add missing `.gitattributes` file ([e2ae2a4](https://github.com/Fdawgs/fastify-disablecache/commit/e2ae2a4d2d5103d523c0d1430a00df7148e17008))
12+
* change comment blocks with one line into single block ([278c87a](https://github.com/Fdawgs/fastify-disablecache/commit/278c87a6879c2cd38fabaa083f857a8b29b63d37))
13+
* **eslintrc:** bump ecma version to 2023 ([92b2f77](https://github.com/Fdawgs/fastify-disablecache/commit/92b2f77330c851f8e63f6037c4c3a895c62f122a))
14+
* **jsconfig:** set module to nodenext ([12ba813](https://github.com/Fdawgs/fastify-disablecache/commit/12ba8139ab0226b52e4daa5ad96d5d80c3384420))
15+
* **jsconfig:** target es2022 ([ff4daf0](https://github.com/Fdawgs/fastify-disablecache/commit/ff4daf030d86c3cf399f1c6c7760cd54de597230))
16+
* **package:** explicitly declare js module type ([8dc3dc0](https://github.com/Fdawgs/fastify-disablecache/commit/8dc3dc0dd659d76ccf1b5676b2bb82e6a7a800a7))
17+
* **scripts/license-checker:** declare `copyLeftLicenses` type ([bb35149](https://github.com/Fdawgs/fastify-disablecache/commit/bb35149e34f3d9939fa123c9d80d2df3ae3a5a48))
18+
* **scripts/license-checker:** destruct upath module import ([#241](https://github.com/Fdawgs/fastify-disablecache/issues/241)) ([36577f6](https://github.com/Fdawgs/fastify-disablecache/commit/36577f6cd4a4d31967d4cad89bb8ec642132fb61))
19+
* **scripts/license-checker:** ignore invalid ts error ([07bee77](https://github.com/Fdawgs/fastify-disablecache/commit/07bee77ca6bf0f62c0bc58bbb585d76db6f848cf))
20+
* use `[@see](https://github.com/see)` jsdoc tag for inline comment links ([96237f6](https://github.com/Fdawgs/fastify-disablecache/commit/96237f68cc44903af98400b92e2349bc75311555))
21+
22+
23+
### Continuous integration
24+
25+
* **dependabot:** group dependabot updates ([c13c290](https://github.com/Fdawgs/fastify-disablecache/commit/c13c2905918f57f2851ca4cf247dbd7d43a99d92))
26+
* **deps:** bump actions/checkout from 3 to 4 ([#243](https://github.com/Fdawgs/fastify-disablecache/issues/243)) ([dd967c7](https://github.com/Fdawgs/fastify-disablecache/commit/dd967c7bfc6999d7dd1707a6e37fa7c9fa394f4d))
27+
* **deps:** bump coverallsapp/github-action from 2.2.1 to 2.2.3 ([#244](https://github.com/Fdawgs/fastify-disablecache/issues/244)) ([a828ccc](https://github.com/Fdawgs/fastify-disablecache/commit/a828ccc0b85d3b6aeed768319a95f5fed00a1b5f))
28+
29+
30+
### Improvements
31+
32+
* use `node:` prefix to bypass require.cache call for builtins ([451c618](https://github.com/Fdawgs/fastify-disablecache/commit/451c618ba7a34d4379b7c78a98cd8a5aa3e0e3b9))
33+
34+
35+
### Documentation
36+
37+
* **readme:** update acknowledgements ([4c96c1d](https://github.com/Fdawgs/fastify-disablecache/commit/4c96c1d80236e94141e2282e1897e78ee39ca730))
38+
539
## [3.1.5](https://github.com/Fdawgs/fastify-disablecache/compare/v3.1.4...v3.1.5) (2023-08-16)
640

741

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.5",
3+
"version": "3.1.6",
44
"description": "Fastify plugin to disable client-side caching",
55
"keywords": [
66
"cache",

0 commit comments

Comments
 (0)