From e56b9889ec84bb63ea7f81294b6589481dbb84c0 Mon Sep 17 00:00:00 2001 From: dnlup Date: Tue, 16 Jan 2024 09:10:12 +0100 Subject: [PATCH] chore(release): 3.0.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8699a2b..4229f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [3.0.2](https://github.com/dnlup/fastify-traps/compare/v3.0.1...v3.0.2) (2024-01-16) + ### [3.0.1](https://github.com/dnlup/fastify-traps/compare/v3.0.0...v3.0.1) (2023-12-21) diff --git a/package.json b/package.json index 3f28b87..1f5145b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dnlup/fastify-traps", - "version": "3.0.1", + "version": "3.0.2", "description": "A Fastify plugin to close the server gracefully on SIGINT and SIGTERM signals", "main": "index.js", "type": "commonjs",