Skip to content

Commit 08bace5

Browse files
committed
chore(release): 3.0.0
1 parent 58cf258 commit 08bace5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [3.0.0](https://github.com/metcoder95/fastify-racing/compare/v2.0.0...v3.0.0) (2025-07-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop v18 (#71)
11+
12+
### Features
13+
14+
* drop v18 ([#71](https://github.com/metcoder95/fastify-racing/issues/71)) ([6c43e92](https://github.com/metcoder95/fastify-racing/commit/6c43e9280390240a68e9522944c17c52df135f67))
15+
516
## [2.0.0](https://github.com/metcoder95/fastify-racing/compare/v1.1.0...v2.0.0) (2023-12-24)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-racing",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Cancel any running operation at the right time on your request handler",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)