Skip to content

Commit

Permalink
chore(main): release 3.1.9 (#263)
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] committed Jan 25, 2024
1 parent 84239b1 commit b7e65dd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,28 @@

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

## [3.1.9](https://github.com/Fdawgs/fastify-disablecache/compare/v3.1.8...v3.1.9) (2024-01-25)


### Dependencies

* **deps-dev:** bump dev dependencies ([e136202](https://github.com/Fdawgs/fastify-disablecache/commit/e136202beda779e436fbc71126c0cab32279a881))


### Miscellaneous

* **.vscode:** use local prettier version ([32977ab](https://github.com/Fdawgs/fastify-disablecache/commit/32977ab0b42b28c54f6c6eab04f0902260710063))
* **jsconfig:** remove `lib`; `target` will be used in absence ([c7271cd](https://github.com/Fdawgs/fastify-disablecache/commit/c7271cdea528d3c41c0691d4e98a02da3080ddbc))
* **package:** fix `repository` structure ([d9c248f](https://github.com/Fdawgs/fastify-disablecache/commit/d9c248f308c7af0b9595e51db2f81ff4b1db9843))
* **scripts/license-checker:** handle old license arrays or missing ([1ba9d6a](https://github.com/Fdawgs/fastify-disablecache/commit/1ba9d6a5c88cbc8d42ca29816234dea7840e8619))


### Continuous integration

* **automerge:** optimise inline js scripts ([12e618f](https://github.com/Fdawgs/fastify-disablecache/commit/12e618fe9a1db4cc92c9b2c37a7cc2b77b727abe))
* **cd:** publish to github packages with provenance ([bf45214](https://github.com/Fdawgs/fastify-disablecache/commit/bf452148800232f49044b27cda4f7cac0fb54add))
* **cd:** use `main` environment for publish-npm job ([ef73844](https://github.com/Fdawgs/fastify-disablecache/commit/ef738446e7d806e5b5aa90b582859eb9eae3a3df))

## [3.1.8](https://github.com/Fdawgs/fastify-disablecache/compare/v3.1.7...v3.1.8) (2024-01-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fastify-disablecache",
"version": "3.1.8",
"version": "3.1.9",
"description": "Fastify plugin to disable client-side caching",
"keywords": [
"cache",
Expand Down

0 comments on commit b7e65dd

Please sign in to comment.