Skip to content

Commit

Permalink
chore: release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
 # 1.0.0 (2023-11-10)

### Bug Fixes

* **lint:** fixes linting issues with import statements ([a5b17ab](a5b17ab))
* **naming:** updates variables naming to TTLSeconds ([b8d01d8](b8d01d8))
* **npm:** adds missing dev packages ([e553d94](e553d94))
* **plugin:** changes plugin register config object structure ([f9c7089](f9c7089))
* **plugin:** converts fastify hooks into async instead of callbacks ([27b7667](27b7667))
* **plugin:** converts ttl to seconds instead of milliseconds ([8ba6659](8ba6659))
* **plugin:** makes fastify plugin async instead of callback ([a889f25](a889f25))

### Features

* **plugin:** adds feature to add TTL on endpoint ([7c36b2c](7c36b2c))
* **plugin:** adds plugin ([1626095](1626095))
  • Loading branch information
semantic-release-bot committed Nov 10, 2023
1 parent 6ba2034 commit 9e6d7e3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 9e6d7e3

Please sign in to comment.