Skip to content

Commit ebbca3e

Browse files
committed
chore(release): 1.0.1
1 parent 37b4aff commit ebbca3e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.0.1](https://github.com/metcoder95/fastify-ip/compare/v1.0.0...v1.0.1) (2024-09-17)
6+
7+
8+
### Bug Fixes
9+
10+
* redefine ip decorator when trustProxy option is set to true ([#51](https://github.com/metcoder95/fastify-ip/issues/51)) ([37b4aff](https://github.com/metcoder95/fastify-ip/commit/37b4affa836c8bd60d582bcf3b2e62e9d0bec7f6))
11+
512
## [1.0.0](https://github.com/metcoder95/fastify-ip/compare/v0.2.0...v1.0.0) (2023-12-24)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-ip",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Infer the request's IP based on custom headers on Fastify",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)