From 94cab9f17d2a880e916203aa03ee6ee5d01f8752 Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Thu, 18 May 2023 11:11:54 +0200 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 727d2db..1530c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [0.2.0](https://github.com/metcoder95/fastify-ip/compare/v0.1.1...v0.2.0) (2023-05-18) + + +### ⚠ BREAKING CHANGES + +* drop support for Node v14 + +### Features + +* drop support for Node v14 ([c17c7f9](https://github.com/metcoder95/fastify-ip/commit/c17c7f9479667cd440449c8f5c08c9dfc8539ff0)) + ### [0.1.1](https://github.com/metcoder95/fastify-ip/compare/v0.1.0...v0.1.1) (2023-01-16) ## 0.1.0 (2023-01-16) diff --git a/package.json b/package.json index 99d6244..b462c6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-ip", - "version": "0.1.1", + "version": "0.2.0", "description": "Infer the request's IP based on custom headers on Fastify", "main": "index.js", "types": "index.d.ts",