diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e8515..727d2db 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. +### [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-lock.json b/package-lock.json index 705061f..9c2cc75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "fastify-plugin": "^4.4.0" diff --git a/package.json b/package.json index 48fe8a2..c34f166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-ip", - "version": "0.1.0", + "version": "0.1.1", "description": "Infer the request's IP based on custom headers on Fastify", "main": "index.js", "types": "index.d.ts",