Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@hoth/logger-v2.0.0](https://github.com/searchfe/hoth/compare/@hoth/logger-v1.7.0...@hoth/logger-v2.0.0) (2025-02-23)

### Bug Fixes

* fail to release ([558615d](558615d))
* test ([481d00b](481d00b))

### Features

* **cli:** migrate fastify 5 and remove molecule ([2935412](2935412))
* yarn to pnpm ([4918396](4918396))

### BREAKING CHANGES

* **cli:** fastify v3 -> v5 and remove molecule
  • Loading branch information
semantic-release-bot committed Feb 23, 2025
1 parent ea08654 commit 0105970
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
19 changes: 19 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [@hoth/logger-v2.0.0](https://github.com/searchfe/hoth/compare/@hoth/logger-v1.7.0...@hoth/logger-v2.0.0) (2025-02-23)


### Bug Fixes

* fail to release ([558615d](https://github.com/searchfe/hoth/commit/558615d00e3ce4c925c4954e2afb01377a3e03b4))
* 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))
* yarn to pnpm ([4918396](https://github.com/searchfe/hoth/commit/491839670e163a96e9c50d02e41575ad280d5dd2))


### BREAKING CHANGES

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

# [@hoth/logger-v1.7.0](https://github.com/searchfe/hoth/compare/@hoth/logger-v1.6.0...@hoth/logger-v1.7.0) (2023-03-11)


Expand Down
6 changes: 2 additions & 4 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoth/logger",
"version": "1.7.0",
"version": "2.0.0",
"description": "logger plugin for hoth framework",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -33,9 +33,7 @@
"tslib": "^2.1.0",
"uuid-random": "^1.3.2"
},
"devDependencies": {

},
"devDependencies": {},
"files": [
"dist"
],
Expand Down

0 comments on commit 0105970

Please sign in to comment.