Skip to content

Commit 0a1b463

Browse files
chore(release): 2.0.0 [skip ci]
# [@hoth/decorators-v2.0.0](https://github.com/searchfe/hoth/compare/@hoth/decorators-v1.3.0...@hoth/decorators-v2.0.0) (2025-02-23) ### Bug Fixes * fail to release ([a29765f](a29765f)) * test ([481d00b](481d00b)) ### Features * **cli:** migrate fastify 5 and remove molecule ([2935412](2935412)) ### BREAKING CHANGES * **cli:** fastify v3 -> v5 and remove molecule
1 parent 1641a82 commit 0a1b463

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/decorators/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [@hoth/decorators-v2.0.0](https://github.com/searchfe/hoth/compare/@hoth/decorators-v1.3.0...@hoth/decorators-v2.0.0) (2025-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* fail to release ([a29765f](https://github.com/searchfe/hoth/commit/a29765f18b440f85ef35c119e3699efbebe3c5d1))
7+
* test ([481d00b](https://github.com/searchfe/hoth/commit/481d00b232ee932084ca716710807c5061d31cfc))
8+
9+
10+
### Features
11+
12+
* **cli:** migrate fastify 5 and remove molecule ([2935412](https://github.com/searchfe/hoth/commit/29354121d6b067e0cde4dfa4a2acb0ff51cd381b))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **cli:** fastify v3 -> v5 and remove molecule
18+
119
# [@hoth/decorators-v1.3.0](https://github.com/searchfe/hoth/compare/@hoth/decorators-v1.2.2...@hoth/decorators-v1.3.0) (2022-12-01)
220

321

packages/decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hoth/decorators",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "decorators for hoth framework",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)