Skip to content

Commit 2aacd58

Browse files
committed
chore(release): 1.1.0
1 parent 795f84c commit 2aacd58

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.1.0](https://github.com/metcoder95/fastify-ip/compare/v1.0.1...v1.1.0) (2024-09-18)
6+
7+
8+
### Features
9+
10+
* replace preHandler hook with onRequest to define ip property ([#52](https://github.com/metcoder95/fastify-ip/issues/52)) ([795f84c](https://github.com/metcoder95/fastify-ip/commit/795f84c83ea9fa88abd7686167566b09db536279))
11+
512
### [1.0.1](https://github.com/metcoder95/fastify-ip/compare/v1.0.0...v1.0.1) (2024-09-17)
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.1",
3+
"version": "1.1.0",
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)