Skip to content

Commit cbed12c

Browse files
committed
chore(release): 2.0.0
1 parent 78662fd commit cbed12c

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+
## [2.0.0](https://github.com/metcoder95/fastify-racing/compare/v1.1.0...v2.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 ([78662fd](https://github.com/metcoder95/fastify-racing/commit/78662fda1b3f5b4ea093b744dd8b205c237b86d7))
15+
516
## [1.1.0](https://github.com/metcoder95/fastify-racing/compare/v1.0.3...v1.1.0) (2022-09-28)
617

718

package.json

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