Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@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
  • Loading branch information
semantic-release-bot committed Feb 23, 2025
1 parent 1641a82 commit 0a1b463
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [@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](https://github.com/searchfe/hoth/commit/a29765f18b440f85ef35c119e3699efbebe3c5d1))
* test ([481d00b](https://github.com/searchfe/hoth/commit/481d00b232ee932084ca716710807c5061d31cfc))


### Features

* **cli:** migrate fastify 5 and remove molecule ([2935412](https://github.com/searchfe/hoth/commit/29354121d6b067e0cde4dfa4a2acb0ff51cd381b))


### BREAKING CHANGES

* **cli:** fastify v3 -> v5 and remove molecule

# [@hoth/decorators-v1.3.0](https://github.com/searchfe/hoth/compare/@hoth/decorators-v1.2.2...@hoth/decorators-v1.3.0) (2022-12-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoth/decorators",
"version": "1.3.0",
"version": "2.0.0",
"description": "decorators for hoth framework",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 0a1b463

Please sign in to comment.