From 92bdf7222ad80bec3fd7b4d11d356d87613f0229 Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Sun, 24 Dec 2023 17:59:07 +0100 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1530c20..9ee9c79 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. +## [1.0.0](https://github.com/metcoder95/fastify-ip/compare/v0.2.0...v1.0.0) (2023-12-24) + + +### ⚠ BREAKING CHANGES + +* drop support for older Node + +### Features + +* drop support for older Node ([4b21348](https://github.com/metcoder95/fastify-ip/commit/4b213488636a16480c9f47f73f6e3a9c5418b271)) + ## [0.2.0](https://github.com/metcoder95/fastify-ip/compare/v0.1.1...v0.2.0) (2023-05-18) diff --git a/package.json b/package.json index 9d9b70a..00eab21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-ip", - "version": "0.2.0", + "version": "1.0.0", "description": "Infer the request's IP based on custom headers on Fastify", "main": "index.js", "types": "index.d.ts",