diff --git a/CHANGELOG.md b/CHANGELOG.md index a243378..ebf82af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.2.0-0](https://github.com/dnlup/fastify-traps/compare/v1.1.2...v1.2.0-0) (2021-07-12) + + +### Features + +* add typescript support ([3936334](https://github.com/dnlup/fastify-traps/commit/3936334cb2a0dffd8df7db2e0f5cd89438303fa1)) + ### [1.1.2](https://github.com/dnlup/fastify-traps/compare/v1.1.0...v1.1.2) (2021-05-04) ### [1.1.1](https://github.com/dnlup/fastify-traps/compare/v1.1.0...v1.1.1) (2021-05-04) diff --git a/package-lock.json b/package-lock.json index e2de430..99d464f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dnlup/fastify-traps", - "version": "1.1.2", + "version": "1.2.0-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b02a09..5bd1e47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dnlup/fastify-traps", - "version": "1.1.2", + "version": "1.2.0-0", "description": "A Fastify plugin to close the server gracefully on SIGINT and SIGTERM signals", "main": "index.js", "type": "commonjs",