Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Dec 24, 2023
1 parent 4b21348 commit 92bdf72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [1.0.0](https://github.com/metcoder95/fastify-ip/compare/v0.2.0...v1.0.0) (2023-12-24)


### ⚠ BREAKING CHANGES

* drop support for older Node

### Features

* drop support for older Node ([4b21348](https://github.com/metcoder95/fastify-ip/commit/4b213488636a16480c9f47f73f6e3a9c5418b271))

## [0.2.0](https://github.com/metcoder95/fastify-ip/compare/v0.1.1...v0.2.0) (2023-05-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-ip",
"version": "0.2.0",
"version": "1.0.0",
"description": "Infer the request's IP based on custom headers on Fastify",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 92bdf72

Please sign in to comment.