Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Dec 24, 2023
1 parent 78662fd commit cbed12c
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.

## [2.0.0](https://github.com/metcoder95/fastify-racing/compare/v1.1.0...v2.0.0) (2023-12-24)


### ⚠ BREAKING CHANGES

* drop support for older Node

### Features

* drop support for older Node ([78662fd](https://github.com/metcoder95/fastify-racing/commit/78662fda1b3f5b4ea093b744dd8b205c237b86d7))

## [1.1.0](https://github.com/metcoder95/fastify-racing/compare/v1.0.3...v1.1.0) (2022-09-28)


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-racing",
"version": "1.1.0",
"version": "2.0.0",
"description": "Cancel any running operation at the right time on your request handler",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit cbed12c

Please sign in to comment.