Skip to content

Commit a3993fb

Browse files
chore(main): release 3.0.0 (#191)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1989eec commit a3993fb

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
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/Coobaha/typed-fastify/compare/v2.3.0...v3.0.0) (2024-10-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Bump deps and fastify to v5 ([#190](https://github.com/Coobaha/typed-fastify/issues/190))
9+
10+
### Features
11+
12+
* Bump deps and fastify to v5 ([#190](https://github.com/Coobaha/typed-fastify/issues/190)) ([1989eec](https://github.com/Coobaha/typed-fastify/commit/1989eec4d5e6a726deb72c2fcef673de17ba6ad5))
13+
314
## [2.3.0](https://github.com/Coobaha/typed-fastify/compare/v2.2.0...v2.3.0) (2024-04-01)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coobaha/typed-fastify",
33
"description": "opinionated types for fastify",
4-
"version": "2.3.0",
4+
"version": "3.0.0",
55
"bin": {
66
"tfs": "bin/gen.bin.js",
77
"typed-fastify-schema": "bin/gen.bin.js"

0 commit comments

Comments
 (0)