From 9e6d7e3ec08df6f3c0d36c10b786517253192d9e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Nov 2023 09:58:04 +0000 Subject: [PATCH] chore: release 1.0.0 [skip ci] # 1.0.0 (2023-11-10) ### Bug Fixes * **lint:** fixes linting issues with import statements ([a5b17ab](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/a5b17ab12bafbdbd1b54f69f09986c8c86591411)) * **naming:** updates variables naming to TTLSeconds ([b8d01d8](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/b8d01d85ae96b059dc40cfed9388f0dcf67f3a71)) * **npm:** adds missing dev packages ([e553d94](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/e553d948aff2e2ad69b995d80c9a6faaab115c8d)) * **plugin:** changes plugin register config object structure ([f9c7089](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/f9c7089bc7855bdc9bc2f620e9f8013783e29681)) * **plugin:** converts fastify hooks into async instead of callbacks ([27b7667](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/27b76670f89db19b3bc897310ec878d863cf55ad)) * **plugin:** converts ttl to seconds instead of milliseconds ([8ba6659](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/8ba66590a53ff1aac2ff47a91a6651c81c150612)) * **plugin:** makes fastify plugin async instead of callback ([a889f25](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/a889f250cc02fd14f28cbd3dd348adebb3265065)) ### Features * **plugin:** adds feature to add TTL on endpoint ([7c36b2c](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/7c36b2ce187df4cdf02f74d25a856e192b58d827)) * **plugin:** adds plugin ([1626095](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/1626095b8c1c7de8dc45f7eb29da9f949a3e3ee9)) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4028d21 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# 1.0.0 (2023-11-10) + + +### Bug Fixes + +* **lint:** fixes linting issues with import statements ([a5b17ab](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/a5b17ab12bafbdbd1b54f69f09986c8c86591411)) +* **naming:** updates variables naming to TTLSeconds ([b8d01d8](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/b8d01d85ae96b059dc40cfed9388f0dcf67f3a71)) +* **npm:** adds missing dev packages ([e553d94](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/e553d948aff2e2ad69b995d80c9a6faaab115c8d)) +* **plugin:** changes plugin register config object structure ([f9c7089](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/f9c7089bc7855bdc9bc2f620e9f8013783e29681)) +* **plugin:** converts fastify hooks into async instead of callbacks ([27b7667](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/27b76670f89db19b3bc897310ec878d863cf55ad)) +* **plugin:** converts ttl to seconds instead of milliseconds ([8ba6659](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/8ba66590a53ff1aac2ff47a91a6651c81c150612)) +* **plugin:** makes fastify plugin async instead of callback ([a889f25](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/a889f250cc02fd14f28cbd3dd348adebb3265065)) + + +### Features + +* **plugin:** adds feature to add TTL on endpoint ([7c36b2c](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/7c36b2ce187df4cdf02f74d25a856e192b58d827)) +* **plugin:** adds plugin ([1626095](https://github.com/blastorg/fastify-aws-dynamodb-cache/commit/1626095b8c1c7de8dc45f7eb29da9f949a3e3ee9))