Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Sep 17, 2024
1 parent 37b4aff commit ebbca3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.1](https://github.com/metcoder95/fastify-ip/compare/v1.0.0...v1.0.1) (2024-09-17)


### Bug Fixes

* 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))

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


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": "1.0.0",
"version": "1.0.1",
"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 ebbca3e

Please sign in to comment.