Skip to content

Commit 92bdf72

Browse files
committed
chore(release): 1.0.0
1 parent 4b21348 commit 92bdf72

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0](https://github.com/metcoder95/fastify-ip/compare/v0.2.0...v1.0.0) (2023-12-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop support for older Node
11+
12+
### Features
13+
14+
* drop support for older Node ([4b21348](https://github.com/metcoder95/fastify-ip/commit/4b213488636a16480c9f47f73f6e3a9c5418b271))
15+
516
## [0.2.0](https://github.com/metcoder95/fastify-ip/compare/v0.1.1...v0.2.0) (2023-05-18)
617

718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-ip",
3-
"version": "0.2.0",
3+
"version": "1.0.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)