From 8aeae6f81793c5490aa9e5d92d2a967be026ba50 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Feb 2025 11:07:23 +0800 Subject: [PATCH] chore(release): 2.0.2 [skip ci] # [@hoth/app-autoload-v2.0.2](https://github.com/searchfe/hoth/compare/@hoth/app-autoload-v2.0.1...@hoth/app-autoload-v2.0.2) (2025-02-24) ### Bug Fixes * update deps ([ac43de6](https://github.com/searchfe/hoth/commit/ac43de6cdf4c5768070b0500dfe90ac77309831b)) * update deps ([e9933b5](https://github.com/searchfe/hoth/commit/e9933b580217e516af15418e8b541497b3a8954f)) --- packages/app-autoload/CHANGELOG.md | 8 ++++++++ packages/app-autoload/package.json | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/app-autoload/CHANGELOG.md b/packages/app-autoload/CHANGELOG.md index 14cd6c5..d3d6b8c 100644 --- a/packages/app-autoload/CHANGELOG.md +++ b/packages/app-autoload/CHANGELOG.md @@ -1,3 +1,11 @@ +# [@hoth/app-autoload-v2.0.2](https://github.com/searchfe/hoth/compare/@hoth/app-autoload-v2.0.1...@hoth/app-autoload-v2.0.2) (2025-02-24) + + +### Bug Fixes + +* update deps ([ac43de6](https://github.com/searchfe/hoth/commit/ac43de6cdf4c5768070b0500dfe90ac77309831b)) +* update deps ([e9933b5](https://github.com/searchfe/hoth/commit/e9933b580217e516af15418e8b541497b3a8954f)) + # [@hoth/app-autoload-v2.0.1](https://github.com/searchfe/hoth/compare/@hoth/app-autoload-v2.0.0...@hoth/app-autoload-v2.0.1) (2025-02-23) diff --git a/packages/app-autoload/package.json b/packages/app-autoload/package.json index 5f550cb..7eb02cb 100644 --- a/packages/app-autoload/package.json +++ b/packages/app-autoload/package.json @@ -1,6 +1,6 @@ { "name": "@hoth/app-autoload", - "version": "2.0.1", + "version": "2.0.2", "description": "app-autoload plugin for hoth framework", "main": "dist/index.js", "scripts": { @@ -25,8 +25,8 @@ }, "homepage": "https://github.com/cxtom/hoth#readme", "dependencies": { - "@hoth/decorators": "^2.0.1", - "@hoth/logger": "^2.0.1", + "@hoth/decorators": "^2.0.3", + "@hoth/logger": "^2.0.3", "@hoth/utils": "^2.0.0", "config-enhanced": "^3.3.7", "fastify-plugin": "^5.0.0",