Skip to content

Commit 7a013ca

Browse files
committedOct 22, 2024··
chore(release): 1.2.0
1 parent 00425d4 commit 7a013ca

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.2.0](https://github.com/metcoder95/fastify-ip/compare/v1.1.0...v1.2.0) (2024-10-22)
6+
7+
8+
### Features
9+
10+
* extend fastify support range ([ef36487](https://github.com/metcoder95/fastify-ip/commit/ef3648733bc0640fc65e8255484a92dee722f7f2))
11+
12+
13+
### Bug Fixes
14+
15+
* require 'fastify>=5.x' ([#55](https://github.com/metcoder95/fastify-ip/issues/55)) ([00425d4](https://github.com/metcoder95/fastify-ip/commit/00425d44875e86178a4d5c443fae0b801f80ceb0))
16+
517
## [1.1.0](https://github.com/metcoder95/fastify-ip/compare/v1.0.1...v1.1.0) (2024-09-18)
618

719

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-ip",
3-
"version": "1.1.0",
3+
"version": "1.2.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)
Please sign in to comment.