Skip to content

Commit 69ba529

Browse files
committed
chore(release): 3.0.0
1 parent eeb86c5 commit 69ba529

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/dnlup/fastify-traps/compare/v2.0.0...v3.0.0) (2023-08-31)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **types:** the hooks type is changed
11+
12+
### Features
13+
14+
* upgrade fastify-plugin from 3.0.1 to 4.0.0 ([a95fef8](https://github.com/dnlup/fastify-traps/commit/a95fef85087ff7f47736d5c73484467c243f2788))
15+
16+
17+
### Bug Fixes
18+
19+
* **types:** fix hooks types ([eeb86c5](https://github.com/dnlup/fastify-traps/commit/eeb86c5c7f53527791618f189d262c75e85e7622))
20+
521
## [2.0.0](https://github.com/dnlup/fastify-traps/compare/v1.2.0...v2.0.0) (2022-06-24)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dnlup/fastify-traps",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A Fastify plugin to close the server gracefully on SIGINT and SIGTERM signals",
55
"main": "index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)