Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed May 18, 2023
1 parent c17c7f9 commit 94cab9f
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.

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


### ⚠ BREAKING CHANGES

* drop support for Node v14

### Features

* drop support for Node v14 ([c17c7f9](https://github.com/metcoder95/fastify-ip/commit/c17c7f9479667cd440449c8f5c08c9dfc8539ff0))

### [0.1.1](https://github.com/metcoder95/fastify-ip/compare/v0.1.0...v0.1.1) (2023-01-16)

## 0.1.0 (2023-01-16)
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.1.1",
"version": "0.2.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 94cab9f

Please sign in to comment.